 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
mjpliv
Joined: 11 May 2004
Posts: 406
Location: Nova Scotia
|
| Posted: Sat Jun 05, 2004 3:34 pm What is the proper order to open and close HTML tags? |
|
|
Html tags should be "nested" which means that the first tag opened is the last tag closed.
Here is an example of improperly positioned tags.
Code: <font color=red size=2><b>This is a test!</font></b>
Here is the same line with the tags properly "nested".
Code: <font color=red size=2><b>This is a test!</b></font>
Note that the position of the closing tags. |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|