Answers for "what is html file"

2

html file

<!DOCTYPE html>
<html>
	<head>
		<title>My first html page</title>
	</head>
	<body>
      
	</body>
</html>
Posted by: Guest on April-14-2021

Browse Popular Code Answers by Language