HTML5? ??????

HTML5? ?? HTML ?????. (?? ??: html ????)
HTML5? ??? ? ???? ?????? ??? ?????? ?? ????? ???? ????.
HTML5?? ??? ??, ??? ? ????? ??? ????.
HTML5? ? ?????? ??? ????? ??? ??? ??? API? ?????.
HTML5? ??? ????? ??? ??? ????(PC, ???, ???, TV ?)?? ????? ???????.
HTML5? ??? ??? ??????
HTML5? ??? ?? ??(DOCTYPE) ??? ?? ?????.
<!DOCTYPE html>
The new character encoding (charset) declaration is also very simple:
<meta charset="UTF-8">
Instance
<!DOCTYPE html>
<html>
<body>
<video width="420" controls>
<source src="mov_bbb.mp4" type="video/mp4">
<source src="mov_bbb.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</body>
</html>
? ??? HTML5? ??????? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!