When i am coding with HTML5 in notepad++, what do i need to add (coding lines) and where? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

When i am coding with HTML5 in notepad++, what do i need to add (coding lines) and where?

before the html opening tag? after? please help me...

31st Jul 2016, 2:11 PM
ido minsky
ido minsky - avatar
1 Answer
+ 1
<DOCTYPE! html> <html> <head><title></title> </head> <body> <p> </p> </body> </html>
1st Aug 2016, 8:24 PM
Darius Judea
Darius Judea - avatar