0
Why isn't the <!doctype> mentioned in these lessons?
doctype
2 Answers
+ 1
When writing HTML5 documents, one of the first new features that you'll notice is the doc type declaration: <!doctype html> in the first few lessons they are not using html version 5
0
Thanks for the answer!BTW I am Kira,I am justice! ;)