|
Alignment
and Definition Lists
A
very useful feature of cHTML are the tags for aligning text
and/or creating useful lists. The lists is opened with
<DL>. Titles or headers within the lists start with
<DT> and regular list items with <DD>. But before
this is getting too confusing, let's take a look at the
example:
<HTML><HEAD><TITLE>MartialArts</TITLE></HEAD><BODY>
Most popular martial artists
<DL>
<DT>Asian
<DD>Bruce Lee
<DD>Jackie Chan
<DD>Jet Li
<DT>Other
<DD>Jean-Claude Van Damme
<DD>Chuck Norris
<DT>David Carradine
</DL>
</BODY></HTML>
This
would look like this:
MORE
Copyright ©
1999-2002 www.ccWAP.com All rights reserved
|