Answers for "how to make html"

3

create page html

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
Posted by: Guest on February-24-2020
-1

how to make a html do

<html>
	<head>
      
	</head>
	<body>
      
	</body>
</html>
Posted by: Guest on March-14-2021

Browse Popular Code Answers by Language