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>

No, cite is for citations.

A question on <cite>: is this an appropriate usage?

<p>The SitePoint book <cite>Build Your Own Web Site The Right Way</cite>, by Ian Lloyd, is a great primer for learning <acronym>HTML</acronym> and <acronym>CSS</acronym>.</p>


Wouldn't it be more like the book title or ship names get an Italic font and use <cite> if your quote the actual text?eg

<p>The Sitepoint book <a class="ItalicShip">Build Your own websites</a> on page 245 states that
<cite>"Stylesheet font tags should not be used in html documents"</cite>

I generally use <abbr title="Hypertext Markup Language">html</abbr> but it is also an acronym. Can you use
<acronym>< abbr title=" " >html< /abbr ></acronym>

Tim

The Editor
Heretic Press
http://www.hereticpress.com
Email [EMAIL PROTECTED]


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

Reply via email to