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

What's The Best Method To Semantically Structure A Form?

I've seen several examples of how developers structure their forms using tables, divs, and list… Read more What's The Best Method To Semantically Structure A Form?

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?

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

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

Standard Xhtml- Div Vs Li

I need ur suggestion in the following scenario. Lets say I have an UI something like Col1 Col2 A … Read more Standard Xhtml- Div Vs Li

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?