Technology Forums :: HTML Forum
|
Subject |
Author |
Time Posted |
Rating |
|
What tag identifies an html5 document? |
|
|
|
|
|
 Votes:0
|
|
|
|
|
Dear Erobo Community,
I want to identify my html document as being written in HTML5. What tags should I use at the header level?.
Thanks in advance.
|
|
|
|
|
|
Re:What tag identifies an html5 document? |
|
|
|
|
|
 Votes:0
|
|
|
|
|
Hello,
As far as a distinguishable tag to tell you're page is in HTML5 you can consider the following above all:
1. <!DOCTYPE html>
You can use it at the very top of the document. For more information see the w3schools article below:
thanks,
Moderator
ref#62
|
|
|
|
|
|
|
Go Back