> What markup do you favor for a headline-tagline pair?  (The second
> element could be a tagline or a byline.)
>
>          <h1>Thundering Pigs</h1>
>          <cite>a blog by Bob</cite>
>
>          <h1>Thundering Pigs</h1>
>          <p class="tagline">a blog by Bob</p>
>
>          <h1>Thundering Pigs</h1>
>          <div class="tagline">a blog by Bob</div>
>
>          <h1>Thundering Pigs</h1>
>          <h2>a blog by Bob</h2>
>

I've usually gone:

<h1>Thundering Pigs <span>a blog by Bob</span></h1>

Who knew you could do things different ways? ;)

Mike



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

Reply via email to