Computer Science, asked by yashwantr4561, 1 year ago

how to create the HTML of school

Answers

Answered by vinusree
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