Home
Basic Tutorials
Tables
Styles

Paragraph


There are severel ways of making youre paragraphs or title attractive by using the most known bold, italic and underlinning the words and you can even change your font face like in the first paragraph youre using the famous Times New Roman and in the next paragraph you want soemthing else. You can do almost everything in making web site but it may annoys most of the people because of those codes that you needs to pass through.

To put a word in your web page you can just type it in there as you want like words (see below) but there are restrictions on it.

    < html >
    < head >
    < title >Happy boy< /title >
    < /head >
    < body >
    Im a Happy Boy
    < /body >
    < /html >

And it would look like this:


Im a Happy Boy


So try it now. Get you notepad ready and I will proceed to the other line.

To make a word/s to be bold all you need to do is just put the tag < b > and end it with < /b > Like below.

Im a < b >Happy< /b > Boy


And it would look like this:

Im a Happy Boy

Like Microsoft Words you can underline and italize the words by putting the right codes and it would be like just Words. For the underlinning a words will be < u > without any spaces and the words then end it with < /u > to end the underline words and it is just the same as making italize but the codes is different (of course, so stupid ay) and it was < i > and end it with < /i >.

Now we will go to coloring the font. To color your font you'll need to add the < font > tag and end it with < /font >. So lets got with it OK.

< font color="#ffffff" size="4" >Im a Happy boy.< /font >

The attribute color="#ffffff" in the font tag tells the browser what color will the font look like and obviously the size well you know about that. We'll that's it for now it seems so easy ay it's not that hard now go on and try it.


[ Go back ] [ Read More ]