please answer this question please urgent
Attachments:
Answers
Answered by
1
<html>
<head>
<title>INTRODUCTION TO HTML</title>
</head>
<body bgcolor="red">
<basefont color="blue" size="100">
<h2>HTML</h2>
<hr width="10%" color="green">
<h4>TYPES OF HTML TAG</h4>
<ol>
<li>Empty tag</li>
<li>Non-Empty tag</li>
</ol>
</body>
</html>
Similar questions