Skip to content Skip to sidebar Skip to footer
Showing posts with the label Semantic Markup

What Is The Best Way To Semantically Structure A Faq?

I am wondering how I should structure a FAQ to keep the semantic meaning of the content. I think of… Read more What Is The Best Way To Semantically Structure A Faq?

Don't Use
For Address

Here is what the HTML5 spec says: The address element represents the contact information […] The … Read more Don't Use
For Address

Element For A Card/card-container In Html5?

The specification for the article element says: The article element represents a component of a pa… Read more Element For A Card/card-container In Html5?

Extending Html5 Microdata Event Schema

Have been adding html5 microdata to my online resume, and read in http://www.schema.org/docs/extens… Read more Extending Html5 Microdata Event Schema

Can I Style Numbering An Ordered List That Has A Start Attribute Value?

Here's the problem: I have an ol li ordered list with a start attribute like so: I get the fol… Read more Can I Style Numbering An Ordered List That Has A Start Attribute Value?

Is There An Easy Way To Convert Html With Multiple
Tags Into Proper Surrounding

Tags In Javascript?

Let's say I have a bunch of HTML like below: bla bla bla long paragraph here bla bla bla more… Read more Is There An Easy Way To Convert Html With Multiple
Tags Into Proper Surrounding

Tags In Javascript?

Defining Inner Section On Html5 Markup

A question about HTML5 markup. Which is correct? -OR- Solution 1: Leaving attributes (like lang … Read more Defining Inner Section On Html5 Markup

How To Properly Use The Html Semantic Elements In A Blog?

I read a lot of information on w3schools. It defines as: The element defines a section in a docu… Read more How To Properly Use The Html Semantic Elements In A Blog?