<html>
<head>
<title>HTML TAGS</title>
</head>
<body>
<a href=”www.google.com”>GooGle</a><br>
HTML<br>
<b>html</b>
<center>html</center>
<em>html</em>
<h1>html</h1>
<h2>html</h2>
<h3>html</h3>
<h4>html</h4>
<h5>html</h5>
<h6>html</h6>
<hr><br>
<p>This is my first web page,html is the standard markup language for documents designed to be displayed in a web browser</p>
<strong>html</strong>
<marquee>This is my first web page</marquee>
3<sup>2</sup>
3<sub>2</sub>
<del>500</del>
<img src=”ramgharia.png”>
<i>html</i>
<u>html</u>
</body>
</html>
OUTPUT

Introduction to Software Testing
2 thoughts on “1. Create a simple HTML page to demonstrate the use of different tags.”