3. Write a programme using <p> 

<html>

<head>

<title>First Programme</title>
</head></title>
<body><p>

HTML is the standard markup language for Web pages.With HTML you can create your own Website. HTML is easy to learn - You will enjoy it!

</p>
</body>
     </html>

4.Write a programme using <font>

<html>
<head>
<title> First programme</title>
</head>
<body>
<font face="arial" size="20" color="Blue">
HTML is the standard markup language for Web pages.With HTML you can create your own Website. HTML is easy to learn - You will enjoy it!
</font>
</body>
</html>