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

Correct Semantic Use Of Css Properties

Since it is recommended not to use table elements for layout purposes (non-tabular data), because t… Read more Correct Semantic Use Of Css Properties

Can Paragraph Tags Be One Sentence Long?

I am confused by the meaning of the paragraph tag. Some websites use paragraphs for one sentence, b… Read more Can Paragraph Tags Be One Sentence Long?

Right Usage Of The
Tag In Html5

I have read that the tag is the header of a section. It could be used more then 1 time in the docu… Read more Right Usage Of The
Tag In Html5

Label Tag Semantics

I've read this and I GENERALLY use spans or strongs to describe 'text-labels'. Is this … Read more Label Tag Semantics

Semantic Html: List Of Users

How should I mark up a list of users? Each user has a name, picture, and job title. How's this… Read more Semantic Html: List Of Users

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

Do I Still Need To Use The Title Attribute If My Element Has A `
`?

I have a piece of code like this: An amazing image that I forgot t Solution 1: Title attribute is … Read more Do I Still Need To Use The Title Attribute If My Element Has A `
`?

Same Class Names For Different Sections

Im writing a markup for Corpora - A Business Theme And have divided it into main sections in this … Read more Same Class Names For Different Sections