Showing posts with label paragraph. Show all posts
Showing posts with label paragraph. Show all posts

Dropcap With CSS


How Make CSS Dropcap
Looks pretty, it certainly can be done. In a word processor we can make the first letter in a paragraph to be great or referred to as Dropcap. How about in web? Try the following script.

Create the following script in the HTML document.

PHP String Manipulation 2


PHP STRING MANIPULATION part 2

chr ()

chr () function is used to translate the ASCII code. For example:
echo (chr (34); / / Will produce the sign "

PHP String Manipulation 1


PHP STRING MANIPULATION part 1

In PHP there are some functions that can be used to manipulate strings for example, to replace certain characters, remove spaces, and others. The following are the functions that are used in PHP to manipulate strings.

PHP File Operation


PHP FILE OPERATIONS

To open / access the files in PHP you can use fopen (). The function fopen () can access files from the file system, or via HTTP or FTP on the Internet.
The syntax is:
 fopen (filename, access mode);

HTML Paragraph


Making Paragraphs
You can start putting your information on the web page. For this purpose HTML provides tags <P>. This command has several attributes. 
Tag <P> generally to mark a new paragraph. You can also use tags <BR> to start a new line, but the use of tags <P> mainly used to make the group a paragraph with a specific style formatting. Here is a sample paragraph in HTML.