Should book titles be contained in an <em> tag? If not <em> is there more appropriate markup?
|
feedback
|
|
<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:
| |||
|
feedback
|
|
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 | |||
|
feedback
|
|
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.
| |||
|
feedback
|
|
Here is an example of a HTML5, semantically tagged website that I've been working on that uses the recently accepted Micro-formats as specified at http://schema.org along with the new more semantic tagging elements of HTML5. http://blog-to-book.com/view/stuff/about/semantic%20web Googles has a handy Semantic tagging test tool that will show you how it sees that page You'll have to google it i'm afriad as I am only permitted to post one link at my rep. :( UPDATE: Here is the link http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fblog-to-book.com%2Fview%2Fstuff%2Fabout%2Fsemantic+web&view= Hope this points you in some interesting directions. If you're after more detailed tagging, then the Good Relations Ontology is pretty much the most comprehensive I can think of right now. | ||||
|
feedback
|
|
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 | |||
|
feedback
|
|
Doubt so. Semantically " Well, HTML lacks a lot of things, so I'd either just use generic | |||
|
feedback
|
|
Concerning tags like | |||||
feedback
|
|
Grammar rules state that book titles (or the titles of other "long" works) should be italicized or underscored. Therefore, the tag is appropriate. | |||||||||||||||
feedback
|