Saturday 10 June 2017

Example

 PROGRAM :

<html>
<head>
<title> 1st Program of HTML </title>
</head>
<body>
 HELLO EVERYONE
 <hr color="red" size = "3" width = "50%" align="left">
 <p> My name is Jashanpreet. This is my first blog. <br> 
 It is based on the html  tags. Its name is Basic HTML tags.<br> 
 It contains 7 posts. </p>
<hr color="green" size = "3" width = "50%" align="left">
<ol type="I">
<b> References </b>
<li> Wikipedia
<li> IT Book of 8th standard
<li> www.tutorialspoint.com
<li> www.simplehtmlguide.com </ol>
</body>
</html>                                                                                                       
                                            OUTPUT :

No comments:

Post a Comment