+1 vote
in HTML by
If I do not put <!DOCTYPE html> will HTML 5 work?

1 Answer

0 votes
by

No, the browser will not be able to identify that it is an HTML document and HTML 5 tags do not function properly..

...