Thursday, September 10, 2009

Html text tags

hello! i just wanna share this especially to those who might find it helpful..
you can use this especially into websites like here in Multiply you can use these codes to add spice on your welcome box.

so lets start:

An HTML tag will always begin with a "less than" sign, like this: <. The tags will end with a "greater than" sign, This is called an opening tag, which begins the operation you wish to perform. A closing tag will be the same as the opening tag, but will have a forward slash before the command. 


to BOLD your text:

<b>your text here</b>
This will show up on your page like this: your text here 


 to UNDERLINE a text:

<u>your text here</u>
This will show up on your page like this: your text here
to make it ITALIC: 


<i>your text here</i>
This will show up on your page like this: your text here  


to CENTER a text:

<center>your text here</center>
This will show up on your page like this:

your text here 


so theres the basic.. but thats not all you can combine those tags like these:





<b><i><center>bold, italic and center</center></i></b>
This will show up on your page like this:
bold, italic and center
 
<b><u>bold and underlined</u></b>
This will show up on your page like this:   bold and underlined
you can just play along the tags, combine them or just use the tags you need.. ^__^

No comments:

Post a Comment

leave some love <3