+ 4
HTML6 !!! Do you know about HTML6?
HTML4, HTML5 and HTML6...
5 odpowiedzi
+ 2
HTML 6 is more refined than HTML5 as it provide tag more expressive and context oriented like while inserting a logo in your web page you can enclose the image within <logo></logo> tags.
Basic structure of HTML6 document will be like
<!DOCTYPE html>
<html:html>
<html:head>
<html:title>A Look Into HTML6</html:title>
</html:head>
<html:body>
page contents
</html:body>
</html:html>
Hope this may help you.
For more on it please visit: http://www.htmlgoodies.com/beyond/reference/new-features-in-html6.html
+ 10
I just know about HTML5
+ 7
I don't think html 6 exists (at least not officially by w3c)
+ 5
that's true, but there are rumors about it. Officially, HTML5 is being revised to HTML5.1
+ 1
When is it being released?