Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:
Donate to VoyForums (PayPal):
[ Login ] [ Contact Forum Admin ] [ Post a new message ] [ Search | Check update time ] |
In the above example; you'll notice that each opening tag is correctly enclosed.
for example; each <li> also has a </li> ending.
Also, the entire code begins with a <div>. Therefore, it must end with a closing </div>.
In the example below;
the same rule applies to the opening <dt> and the closing tabs </dt>.
(as well as <dl> </dl>, etc. etc. etc.)
In Short: Everything must have a closing tag.
_________________________________
_________________________________