HTML Tags
Hello INTERNET !!!
Hello INTERNET !!!
We are here to introduce you to something that you could try when you have nothing to do...
Here is what we have for you. HTML tags of course, I know programming your blog can be a pain, but in reality editing HTML isn't that difficult; of course, it takes practice AND patience, but you can achieve it.
Here is what we have for you. HTML tags of course, I know programming your blog can be a pain, but in reality editing HTML isn't that difficult; of course, it takes practice AND patience, but you can achieve it.
| Openning | Action | Atributes | Closing |
|---|---|---|---|
| < ! | Coment | None | --> |
| <A> | Hiperlink | HREF, NAME, REL, REV, TITLE | </A> |
| <ADDRESS> | Format to put the writters email. | None | </ADDRESS> |
| <BASE> | Writers url | HREF | </BASE> |
| <BASEFONT SIZE> | Font size | None | NO |
| <BGSOUND> | Background sounds | SRC, LOOP. | NO - Internet Explorer |
| <BIG> | Increase the size | None | </BIG> |
| <BLINK> | Makes the text blink | None | </BLINK> - Netscape |
| <BLOCKQUOTE> | Give the text indents | None | </BLOCKQUOTE> |
| <BODY> | To put a body to the text. | BGCOLOR, BACKGROUND, TEXT, LINK, VLINK, ALINK | </BODY> |