Answers for "html5 page declarations"

4

doctype tag

<!DOCTYPE html>  <!--This doesn't have closing tag like others-->
this means this is the version 5 of HTML or HTML5
Posted by: Guest on December-23-2020
0

doctype

<!DOCTYPE html>
This tag shows that it is running HTML5
Posted by: Guest on August-20-2020

Browse Popular Code Answers by Language