xhtml-1.0-strict

Can I add Microdata from HTML5 to a XHTML Strict site and still be compliant?

Hi I've got a site coded in XHTML 1.0 Strict. I want to use the new Microdata to add breadcrumbs to my site (so Google will understand them). My old non-microdata marked-up breadcrumbs look like this: <ul> <li><a href="...">Level 1</a></li> <li><a href="...">Level 2</a></li> <li><a href="...">Level 3</a></li> </ul> According t...

accessibility - label attributes for radiobuttons

I have a form which contains a 'gender' label and two radio buttons'male' and 'female'. How can I put 'label for' in this particular scenario ? <label for="username">User Name</label> <input type ="text" id="username" /> <label for="?">Gender</label> <label for="male"><input type="radio" id="male" value="male" /> </label> <label...

Is it possible to pass w3 xhtml strict validation and still use google analytic code on my webpage?

Is it possible to pass w3 xhtml strict validation and still use google analytic code on my webpage? ...