Fixing up Your TextWhen you are just learning HTML, there is a very basic and easy way to set up your page: <html> ---Everything on your page goes here---
</body> This makes it easy to put any extra HTML into your body or head sections. Another important part of any webpage is your text. There are different tags used for underlining, bolding, and so on:
This makes text bold
<i>This italicizes your text</i>
<u>This underlines your text</u>
<strong>This makes your text stand out</strong>
<s>This puts a strike through your text</s>
<sub>This is sub script</sub>
<sup>This is super script</sup> <u><i>You can <sub>even</sub> add more than one.</i></u> NOTE: The tags strong and bold are actually normally the same thing when used. The difference is that strong is valid XHTML and bold is valid HTML. I used a stylesheet to change them. To learn about stylesheets, click here. NOTE: My How do some people format their text to be a different color? Well, that was by using the code for font face, size, and color. To make the text pretty, use the code: <font face="FACE" size="SIZE #" color="COLOR">Your text goes here, between the font tags.</font> If you only want to fix up the face and color, just take the part about size out of the code. NOTE: Only use this code if you want to change a specific part of text. Otherwise, use style sheets. A guide to that is located here. |
Navigation
SOTM
GirlAlex. 4teen. Septembers rule. Left-handed. Likes reading, pasta, polar bears, green, blue, writing,More? • Ask me!
HostessThank you Manda!!!
Layout
Affies
Link Me
More?
Tagboard
Stats
|
| Back to Top |
|