Computer Science, asked by freedelahoya020, 2 days ago

Write a HTML program that make use of the tags <h2>, <p>, <b> and <br />.

Answers

Answered by crankybirds31
0

Answer:

<!DOCTYPE html>

<html>

<body>

<h2>GeeksforGeeks</h2>

<!--br tag is used in below paragraph-->

<p>Hi Geeks! <br>Welcome to GeeksforGeeks</p>

</body>

</html>

Answered by Anonymous
0

Please refer the answer!

And mark my answer as Brainliest!!!

Attachments:
Similar questions