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

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

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 Does The Html Acronym "span" Stands For?

I guess that might actually stand for: 'division' since it creates a division in the docum… Read more What Does The Html Acronym "span" Stands For?

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?

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?

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 … Read more Do I Still Need To Use The Title Attribute If My Element Has A `
`?

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