Answers for "what is doctype in html"

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
0

how to declare document as html

<!DOCTYPE>
<html>
	<head>
      	<meata  bla bla>
     </head>
      <body>
        	<p>hfkjhdskjfhkdjhfjdhkfhd</p>
       		 <p>hkjdfhjdhfjhdjhfhdjfhdkj</p>
      </body>
</html>
Posted by: Guest on June-03-2020

Browse Popular Code Answers by Language