[Solved] how to write a html5? [closed]


HTML5 (now just referred to as HTML) is not a programming language. It is exactly the same as HTML (4) but with a few new tags and a required doctype of <!doctype html>. That is it. You can use the canvas tag to create some awesome javascript good-ness (which may be what you are looking for) due to some awesome new javascript API’s such as websockets, but HTML(5) itself does not do this.

2

solved how to write a html5? [closed]