How to create a html document
Answers
Answered by
2
Answer:
<!doctype html>
<html>
<head>
<title> My Website </title>
</head>
<body>
<h1> This is my heading </h1>
</body>
</html>
Similar questions