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.

Is Microformats vCard still a best semantic way to code "contact information", in HTML 5?

Is Microformats still a best semantic way to code contact information in a web page? I asked this question almost 2 …

css html semantic-markup
Correct usage of HTML5 `figure` and `aside`

I have a chunk of a page that looks semantically this: Heading A Textual information related to heading A. Blah …

html semantics semantic-markup
Correct usage of HTML5 <hr> tag

I'm writing a new webpage for a company and I have (a sane subset of) HTML5/W3C recommendations in …

html semantic-markup
schema.org microdata - image required for Article

Every example I find for https://schema.org/Article gives at least one error in the Google Structured Data Testing …

html semantic-markup microdata rich-snippets google-rich-snippets
Marking up a search result list with HTML5 semantics

Making a search result list (like in Google) is not very hard, if you just need something that works. Now, …

html search-engine semantic-markup
Semantic Role Labeling using NLTK

I have a list of sentences and I want to analyze every sentence and identify the semantic roles within that …

python nltk semantic-markup
html5, figure/figcaption inside a paragraph gives unpredictable output

The following markup uses the figure element to display an image, inline with the text of a paragraph -- hence …

html markup semantic-markup figure
Which is more "semantic HTML" for error messages?

We were discussing with a co-worker and trying to decide on what HTML element to use for a form validation …

html semantic-markup
What's the best way to represent an empty TH in HTML5?

Say I have the given table: +------+------+------+ | Col1 | Col2 | Col3 | +------+------+------+------+ | Row1 | D1.1 | D1.2 | D1.3 | +…

html html-table semantic-markup