Skip to content Skip to sidebar Skip to footer
Showing posts with the label Semantics

A Good Usage Of Html5's "progress" Or "meter"?

Say you have a survey with 10 pages (one question per page). At the top of each page, you include t… Read more A Good Usage Of Html5's "progress" Or "meter"?

Semantic Html Tag For Displaying A Path/directory?

Is there any tag that's suited to markup a path or directory? For example: user/project/ I'… Read more Semantic Html Tag For Displaying A Path/directory?

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?

P Vs. Ol Or Ul For Form Styling

Typically I style forms with the unordered list tag e.g. Name &l Solution 1: In m… Read more P Vs. Ol Or Ul For Form Styling

How Does Content In An A-element Affects Semantics, Screen Readers And Search Engines?

Let's say I have a list of articles on a preview page of a blog. I want the whole area of each … Read more How Does Content In An A-element Affects Semantics, Screen Readers And Search Engines?

What Semantic Html Markup Should Be Used To Create Breadcrumbs?

What meaningful HTML tag should be used to create breadcrumbs? I have a menu bar which is created u… Read more What Semantic Html Markup Should Be Used To Create Breadcrumbs?

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 `
`?

Smacss, Semantic Class Names And Nested Elements

I've just read Scalable and Modular Architecture for CSS and it's got me thinking about a f… Read more Smacss, Semantic Class Names And Nested Elements