Computer Science, asked by khandey24, 6 months ago

write the following html code to generate the output ​

Answers

Answered by Enlightenedboy
2

Answer:

Basic code

<!DOCTYPE html>

<html>

<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>

</html>

Similar questions