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

Is It Semantically Correct To Have An Action Button Column In An Html Table?

Say you have some tabular data you want to display, as well as allow the user to perform some actio… Read more Is It Semantically Correct To Have An Action Button Column In An Html Table?

Html5 Semantic Elements And Old Browsers

I am about to design a new layout for a webpage and wanted to take advantage of this moment to impl… Read more Html5 Semantic Elements And Old Browsers

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?

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 u… Read more How To Semantically Code An Html Nested Table That Aligns (and Associates) With Its Parent Table's Headers

What's The Best Way To Represent An Empty Th In Html5?

Say I have the given table: +------+------+------+ | Col1 | Col2 | Col3 | +------+---… Read more What's The Best Way To Represent An Empty Th In Html5?

Why Should I Not Use Deprecated Align='right' For Numbers On An Td (table Cell)?

I am referring to the usage a table for showing tabular data, eg: a spreadsheet, focusing on number… Read more Why Should I Not Use Deprecated Align='right' For Numbers On An Td (table Cell)?

Can I Use

After the article I have list of tags related to article. Is it semantically correct to wrap list o… Read more Can I Use

Unorthodox Use Of Html5 Nav Tag

I have made 'creative' use of the new html5 elements, sometimes pushing the intended bound… Read more Unorthodox Use Of Html5 Nav Tag

Wrapping Semantic Elements With Non-semantic Elements

I am wondering if can I wrap semantic elements with non-semantic elements for layout purposes. Do s… Read more Wrapping Semantic Elements With Non-semantic Elements

Proper Heading For A Table

A matter of semantics. If I have a HTML page that is basically one big table, what element do I use… Read more Proper Heading For A Table

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 A Proper Way To Make Responsive Text?

I've oftentimes had designers give me responsive designs where the wording of an element change… Read more Is There A Proper Way To Make Responsive Text?