You are on page 1of 2

1.

Basic HTML tags Programmes:-


<html>

<head>

<title>

</title>

<center>

<body bgcolor="dodgerblue">

<h1>HTML is a hypertext mark up language</h1>

<p>This is a paragraph.</p>

<img src="network.jpg" alt="This is called networking" width="300"


height="200">

<p>This is called<cite> Networking</cite></p>

<b><p style="color:red"><u>This is called networking.</u></p></b>

<p>This text is normal.</p>

<p><strong>This text is strong.</strong></p>

<i>this text is italic</i>

<p>HTML Stands for:<q>Hypertext markup language</q></p>

<p><abbr title="Hypertext markup language">HTML</abbr></p>

</center>

</head>

</body>

</html>

You might also like