Good day.
Actually, you can
really start using HTML5 now, because almost all major browsers are supporting HTML 5 (not all the functions, but mostly - yes).
Here's the code, with which the HTML5 document should start with:
- Code: Select all
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
Quoted: W3Schools/HTML5 IntroductionYou don't even have to use Google for the
!DOCTYPE, like you would do in HTML4.
My opinion about HTML5 - simply brilliant. All the new functions seem to be pretty nice. The audio/video player is my favorite, of course

Sincerely,
D. Berletta