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

Html-tag To Annotate The Origin Of A Section?

Google don't like it when you use same content across multiple sites, according to some. Is the… Read more Html-tag To Annotate The Origin Of A Section?

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

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

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?

Is There An Html5 Tag To Signify An Article Preview?

The description for an article element read: The article element represents a component of a page … Read more Is There An Html5 Tag To Signify An Article Preview?

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?

Adding A Toolbar To A Table Following Html Semantics

I have a basic HTML table like so: Solution 1: IMHO, since the … Read more Adding A Toolbar To A Table Following Html Semantics

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?

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?

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

What Is The Benefit Of Tableless Design If You Need Clearing Blocks Everywhere?

I understand that the goal of moving towards tags from makes sense since it is more semantic. How… Read more What Is The Benefit Of Tableless Design If You Need Clearing Blocks Everywhere?

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?

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?

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

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?

Semantically Marking Up Translations

I'm in the process of marking up an historical manuscript which has been translated from German… Read more Semantically Marking Up Translations

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

Header In Semantic Html5

I am designing a semantic mark-up of my HTML page. The page consists of a main content block and of… Read more Header In Semantic Html5

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't Style Html5 Elements In Ie (despite Shiv And Display:block)

I can't seem to work out what's missing. All the affected elements have display:block Exam… Read more Can't Style Html5 Elements In Ie (despite Shiv And Display:block)