0
How can i get html5
normally in notepad I do html.but how can I work on html5 and where it is?
3 odpowiedzi
+ 8
In notepad, you can also work on HTML5. Just put <!doctype html> statement at the top of your code and start coding as you code for Html.
+ 4
Html and html5 is just plain text. It is the browser that recognises it and does the magic (displays it correctly).
+ 1
Start a text document with the first line being <!doctype html> and write your html. Then save it with an .html extension and open it using a web browser.