Sunday, October 15, 2017

CLASS 2 - HTML PROGRAM ON TAGS like "BR, COMMENT, P, HR, IMAGE

This blog is all about the program on Html tags like comment tag, <P> tag, <br> tag, <hr> tag, <image> tag etc. This will be help full to Beginners to learn more about it.

File Name:  "demo.html"

<! -- Program on HTML PROGRAM ON TAGS like "BR, COMMENT, P, HR, IMAGE" -- >

<html>
<head>
<title>
Demo program on some basic tags like comment tag, p tag, br tag, hr tag, image tag etc.
</title>
</head>
<body bgcolor=" lime">
Hai how are you doing?. <br> <br>
Yeah I am doing good! <br> <br>
By the way how are you doing. <br> <br>
Yes also doing good!.
<p align="left">
<img src="Jpg image.jpg" alt="Tree" title="Tree" border="1" width="300" height="100">
</p>
<p align="center">
<img src="Gif image.gif" alt="Tree" title="Tree" border="1" width="300" height="100">
</p>
<p align="right">
<img src="Png image.png" alt="Tree" title="Tree" border="1" width="300" height="100">
</p>
</body>
</html>

Watch the below video for more details on the above program:




*******************************************************************

No comments:

Post a Comment