Questions tagged [semantic-markup]

Semantic Markup is using specific elements based on their intended meaning, as well as separating content from presentation, in HTML, Use this tag for questions about using semantic markup in HTML.

Semantic Markup is using specific elements based on their intended meaning, as well as separating content from presentation, in HTML, Use this tag for questions about using semantic markup in HTML.

1011 questions
-1
votes
1 answer

What is usefulness of W3C's "Semantic Data Extractor" in semantically correct XHTML CSS Development?

What is the usefulness of W3C's Semantic Data Extractor? http://www.w3.org/2003/12/semantic-extractor.html This tool, geared by an XSLT stylesheet, tries to extract some information from a HTML semantic rich document. It only uses…
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
-1
votes
3 answers

Which markup element for a title in text?

Which is the correct markup element to use around "New York Times" in the following text? The new book from New York Times bestselling author J.K. Rowling The new book from New York Times bestselling author J.K. Rowling The new book…
cantera
  • 24,479
  • 25
  • 95
  • 138
-1
votes
3 answers

How semantic X/HTML can save time when we will write CSS?

How Semantic X/HTML mark-up can save time - when we will write CSS for website and if any design changes comes from client in future. And why Table based layouts will take more time always in both condition Today I've to Explain these thing to…
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
-1
votes
1 answer

Which HTML5 Tags Should Only Occur Once in a Document?

This is mainly a question about semantic markup. I believe there are some tags which ought to only occur once in an HTML5 document for that document to be considered semantically correct. I believe
Randy L
  • 14,384
  • 14
  • 44
  • 73
-1
votes
2 answers

Good practice for text styling in HTML5

I'm creating a webpage that includes a mixture of different types of text-- bold, underlined, small, left-aligned, center-aligned, right-aligned, etc., and in trying to abstract the styling from the HTML, I'm trying to do away with and tags.…
TNC
  • 337
  • 2
  • 5
  • 17
-1
votes
2 answers

What's the best way to markup an empty element?

Let's say an empty div or span that will be used by JavaScript to add something, as
Semantically it's wrong, because it can't be empty (I forgot in the moment the reason). We use then
 
until, if,…
Hikari
  • 3,797
  • 12
  • 47
  • 77
-1
votes
1 answer

What data should I care when retrieving only the contents of a HTML webpage?

We all know that the contents of an HTML page aren't just the data between open and closed tags, for example,

. Beyond image "alt" and any "title" attributes, what HTML offer to me that I should consider as a content? Any suggestions?
Cipriani
  • 1,870
  • 14
  • 15
-2
votes
1 answer

Do
,

If I have no: nav { color: red; } and use it as
David Thielen
  • 28,723
  • 34
  • 119
  • 193
-2
votes
1 answer

Vertical

Is it legitimate to use the HTML5 semantic "nav" element for a vertical side navigation menu? Some of the stuff I've come across seems to suggest that it is meant to be horizontal.
Nick
  • 5,995
  • 12
  • 54
  • 78
-2
votes
2 answers

How to implement a content switcher or basic carousel without using IDs in plain JavaScript

I'm not pro in JavaScript, I'm still learning. On my site, there is a hero section that has a title, paragraph, and is filled with a picture.
-2
votes
2 answers

Nesting semantic html tags inside a div affects the use of assistive technologies?

Can assistive technologies work properly if semantic tags are nested within a div used as a container to create the webpage layout? I used to create the layout first with div containers using grid or flexbox, and later put the content inside, But I…
-2
votes
1 answer

Do you know best site on Net to learn XHTML 1.0 strict , Like other than W3schools.com but with better and latest content?

Do you know best site on Net to learn XHTML , Like other than W3schools.com but with better and latest content? I have to link some friends who want to learn HTML? I like the "Try it editor" of W3C schools but not the content. I need semantic…
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
-2
votes
2 answers

Don't use
for address

Here is what the HTML5 spec says: The address element represents the contact information […] The address element must not be used to represent arbitrary addresses […] Isn't it ridiculous? They say "Don't use
for address". Why would…
artemean
  • 805
  • 1
  • 10
  • 24
-2
votes
5 answers

What is the benefit to add W3C logo in site?

http://www.w3.org/QA/Tools/Icons If my code is valid then Should i add logo to all my personal and client sites.? Should i add logo to client sites and tell to client these are good to have? If code is valid but semantically correct even can we use…
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
-2
votes
3 answers

What tag should be used to make Form layout if we can't use only pure semantic way?

i know it is pure semantic way
Contact Form
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
1 2 3
67
68