All thoughts so far on formatting lists with headings are good. I would hesitate to put a heading inside a <li> though. Seems a little goofy to me.

Again, the content being marked up will be the final decision maker.

My 2 cents,

*Joseph R. B. Taylor*
Sites by Joe, LLC
/Custom Web Design & Development/
Phone: (609) 335-3076
www.sitesbyjoe.com <http://www.sitesbyjoe.com>



Serdar KiliƧ wrote:
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]
*******************************************************************



--No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.26/748 - Release Date: 4/5/2007 3:33 PM




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
begin:vcard
fn:Joseph R. B. Taylor
n:Taylor;Joseph
org:Sites by Joe, LLC
adr:;;408 Route 47 South;Cape May Court House;NJ;08210;USA
email;internet:[EMAIL PROTECTED]
tel;work:609-335-3076
tel;cell:609-335-3076
url:http://www.sitesbyjoe.com
version:2.1
end:vcard


Reply via email to