Top "Web-standards" questions

Technologies for creating and interpreting web-based content which are carefully designed to deliver the greatest benefits to the greatest number of web users while ensuring the long-term viability of any document published on the Web.

How can HTML5 "replace" Flash?

A topic of debate that's seen a resurgence since the unveiling of the iPad is the issue of Flash versus …

flash html markup web-standards
Blank image encoded as data-uri

I've built an image slider (based on the terrific bxSlider) which will preload images just-in-time before they slide into view. …

html web-standards data-uri
Shouldn't we use <noscript> element?

I found some good cons here: The noscript element only detects whether the browser has JavaScript enabled or not. If …

javascript xhtml web-standards noscript
how to mix links ( <a> tag ) and headings ( <h1> tag ) in web standard?

What is the correct code to create a link with heading 1 according to web standards? is it <h1>&…

html web-standards
Do browsers send "\r\n" or "\n" or does it depend on the browser?

This question has bothered me for a million years... whenever I create a website with a textarea that allows multi-line (…

html browser web-standards line-breaks
What characters are allowed in the HTML Name attribute inside input tag?

I have a PHP script that will generate <input>s dynamically, so I was wondering if I needed …

html forms web-standards html-input
What elements can a span tag contain in HTML5?

So I have been a CLI or Cron developer in PHP for most my career and now I am learning …

html w3c-validation web-standards
Is it good to put <p> inside <td> to put content text?

Which is more semantic and valid? <td> <p> content text </p> </td> …

html xhtml w3c web-standards
Can we place `<img>` inside `<h1>` according to web standards?

Can we place <img> inside <h1> according to web standards? like this <h1> Demo …

w3c web-standards xhtml-1.0-strict xhtml
Correct use of Blockquote, q and cite?

Is this the correct use of Blockquote, q and cite? <p> <blockquote>Type HTML in the …

css xhtml w3c web-standards