![]() |
|
XHTML Tag Nesting Rule, Learn XHTML online for free, Free online Extensible HyperText Markup Language Tutorial... |
| Lessons | XHTML Tag Nesting Rule |
|
||||||||
|
<strong><em>This text is bold and italic! </strong> </em> <strong><em>This text is bold and italic! </em></strong> It is very common to make mistakes in nesting lists. For example consider the following HTML code example: <ul> The above code displays properly in most of the web browsers, but the same is not valid XHTML. Note that in the third line of the above HTML code </li> is missing. The correct HTML code is as under: <ul>
Next >>> Lesson No. 4: XHTML Tag Closing Rule
|