How to "convert" my XHTML site into HTML 5?

Joe Savage

New member
I've currently got a site which runs very well in strict XHTML; however the buzz of HTML 5 has reached me, and I realise I can start creating something in HTML5 (although may not put it online yet as not everyone supports HTML 5 and CSS3 yet). Is there such thing as XHTML 5? I just want to use the HTML 5 features in my XHTML documents, I like the clean and tidiness or XHTML; and I've got many pages written in XHTML (it would take me AGES to change), so how can I use these HTML5 features while in XHTML?
 
XHTML and HTML5 are not different languages. XHTML is just a step up in the quality and readability of the coding standard. By 'converting' you'd essentially be downgrading your coding standard. You can use HTML 5 features in strict XHTML
 
Back
Top