Hello

On 07/04/2007, at 12:12 AM, Webmaster wrote:

Hi everyone,

I read some tutorials about lists but i don't find how make good structure list that have headers. How i make this list? Which are the best option?

The answer is "it depends" :) You could use a definition list::
<dl>
  <dt>List Header</dt>
  <dd>Item 1</dd>
  <dd>Item 2</dd>
</dl>

== or ==

<h1>Phrase Header</h1>
<ul>
  <li>Phrase header</li>
  <li>Phrase header</li>
  <li>Phrase header</li>
</ul>

It depends on what you're marking up.

Regards,
Serdar Kiliç
[EMAIL PROTECTED]



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to