Answers for "doc html"

0

html doc

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8"> <!-- This may need to change depending on what caracters you use -->
	<title></title>
</head>
<body>

</body>
</html>
Posted by: Guest on October-22-2021
0

doctype html

<!DOCTYPE html>
it lets the browser know about the version of HTML you
are using.but it is not nessesary
Posted by: Guest on August-25-2020

Browse Popular Code Answers by Language