Computer Science, asked by fathimabappu, 7 hours ago

Write a simple program using the following HTML Tags
<H1>,<B>,<I>,<U>​

Answers

Answered by Dia68
0

Answer:

<html>

<h1>Introduction</h1>

<body>

My name is <b>abc</b>. I study in <i>9th</i> grade. I study in <u>xyz school</u>.

</body>

</html>

Simplest program ever.

Explanation:

Similar questions