Content deleted Content added
mNo edit summary |
|||
Line 5:
=="Nesting"==
Most but not all HTML elements can be "nested": <p><em>You</em>rock!</p> has an EM
It is important to remember that a so-called 'block-level' element cannot be nested inside another block-level element, and that tags must be closed in the reverse order that they've been opened.
Line 12:
'''<font color="green">Right</font>''': <p><font face="Tahoma">Lucy kissed <em>Jimmy</em></font></p>
==Header tags==
|