write a html code to generate a webpage as shown below
Attachments:
Answers
Answered by
2
Answer:<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Explanation: this is the base code you can us this to make webpage of your assignment
please mark my ans as brainliest
Similar questions