How can i get html5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i get html5

normally in notepad I do html.but how can I work on html5 and where it is?

26th Mar 2018, 5:42 AM
PRAMOD BEHERA
PRAMOD BEHERA - avatar
3 Answers
+ 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.
26th Mar 2018, 6:43 AM
Arushi Singhania
Arushi Singhania - avatar
+ 4
Html and html5 is just plain text. It is the browser that recognises it and does the magic (displays it correctly).
26th Mar 2018, 7:05 AM
Paul
Paul - avatar
+ 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.
26th Mar 2018, 9:19 AM
synorax
synorax - avatar