Top "Semantic-markup" questions

For questions related to separation of content and presentation of semantic tags, embedding structured metadata into HTML markup using [rdfa], [json], [microdata] or [microformats]. There are four categories of the most common and important semantic elements: document structure, textual meaning, media type and correlation tags.

Facebook link thumbnail

When posting a link to a website in Facebook (Google+ and the rest count too) you're given a thumbnail, or …

html css image semantic-markup social-media
How to semantically code an HTML nested table that aligns (and associates) with its parent table's headers

Edit: The selected answer contains a link to the working fiddle I was able to compose without the use of …

html html-table semantic-markup
Semantics and Structure of Name-Value Pairs

This is a question I have been struggling with for a while. What is the proper way to mark up …

html css semantic-web semantic-markup semantics
Schema.org give a div a itemprop="image"?

I am replacing an image with a <div> with background-image for the reason of background-size: cover; The page …

html css semantic-web semantic-markup schema.org
valign vs text-align in HTML

I can't figure out the difference between valign vs text-align in HTML in context with the following code: <table …

html css markup semantic-markup
Semantic structure in HTML - Subtitles (Pre-HTML5)

I'm new to HTML and want to make semantically correct HTML, however I'm finding it hard to work with what …

html semantic-markup
Why <big> is not in HTML 5 Tag list while <small> is?

Shouldn't both be removed? Or does it mean we should use <small>? Why is <big> removed …

css xhtml web-standards semantic-markup html
When to use <strong> and when to use <b>?

Possible Duplicate: Is it ok to use <strong> in place of <b> blindly ? When to use &…

css xhtml accessibility semantic-markup screen-readers
HTML5 nav tag correct usage

<ul class="mainMenu"> <li><a href="#">Home</a></li> <…

html semantic-markup nav
Correct use of the <small> tag, or how to markup "less important" text

Yet another tag that was given new meaning in HTML5, <small> apparently lives on: http://www.w3.org/…

html semantic-markup