Write a HTML program that make use of the tags <h2>, <p>, <b> and <br />.
Answers
Answered by
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
0
Please refer the answer!
And mark my answer as Brainliest!!!
Attachments:
Similar questions