Should book titles be contained in an <em> tag? If not <em> is there more appropriate markup?
|
|
|
|
|
|
|
<em> is definitely wrong. In addition to the other suggestions given before me such as RDFa or a semantic class name, consider using <cite> From the HTML 5 draft:
|
||
|
|
|
|
Grammar rules state that book titles (or the titles of other "long" works) should be italicized or underscored. Therefore, the tag is appropriate. |
||||||||||||
|
|
|
I would use RDFa with any tag. The RDFa specificaton allow you to add some semantic in your HTML. for example your titles would be annotated with the Dublin-Core property |
||
|
|
|
|
For something like a book title that conveys semantic information, the answer is no. You should do something like:
and then use CSS to style |
||
|
|
|
|
It really depends on the context.. They might even use <h1-6>-tags depending on how and where you display the book titles. If you display it in a list of books, you could use a definition list with the <dt> tag as the book title, and <dd> tag(s) for the author(s). There is really no "semantically correct" tag for a book, but you can create a markup that is easy to read and makes sense.
|
||
|
|
|
|
Doubt so. Semantically " Well, HTML lacks a lot of things, so I'd either just use generic |
||
|
|
|
|
Concerning tags like |
||||
|
