Computer Science, asked by ashish5752, 11 months ago

a program written in HTML to design a webpage

Answers

Answered by bharhavi25
1
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

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

</body>
</html>
Similar questions