HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

What is the proper order to open and close HTML tags?
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> HTML FAQ
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.
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> HTML FAQ
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group