Computer Science, asked by anshirai, 4 months ago

write the coding to create a webpage which shows the main information of your school​

Answers

Answered by HelloVaibhav
2

<!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