Posts

Showing posts from January, 2025

F&V 2

<html> <center> <body background="C:\Users\PRG\Desktop\veg.jpg"> <h1>LIST OF VEGETABLES</h1> </center> <ol type="I"> <li> brinjal </li> <li> carrot </li> </ol> <ol type="i"> <li> beans</li> <li> radish </li> </ol> </body> </html> <html> <center> <body background="C:\Users\PRG\Desktop\fruits.jpg"> <h1>LIST OF FRUITS</h1> </center> <ol type="I"> <li> pineapple </li> <li> strawberry </li> </ol> <ol type="i"> <li> banana </li> <li> lemon </li> </ol> </body> </html> <html> <frameset cols="50%,50%"> <frame src="C:\Users\PRG\Desktop\veg.html"> <frame src="C:\Users\PRG\Desktop\fruits.html"> </frameset> </html>

RESUME 5

<html> <head> <hr> <center> <font size="16"> RESUME </font></center> </head><hr> <body bgcolor="yellow"> < form><h3> FIRST NAME:&nbsp<input type ="text" name="finame"> <br> LAST NAME: &nbsp<input type = "text" name="fname"> <br> ADDRESS: &nbsp<text area name= "address"rows"7", cols="20"></text area><br> QUALIFICATION: &nbsp<br> <input type="radio" name="q1" value="ug"> ug<br> <input type="radio" name="q1" value="pg"> pg<br> HOBBIES:&nbsp<br><select name="HOBBIES"> <option value="reading"> READING</option> </select> <br> EMAIL ID: &nbsp <input type="text" name="email"><br> CONTACT:&nb...

COLLEGE WEBSITE 4

 MAIN.html <html> <body bgcolor="green"> <center> <h1> psg college of arts and science </h1> <h2> Coimbatore </h2> <h3> it was found in 1945 and many courses were offered </h3> <a href="https://www.psgcas.ac.in/"> website </a> <h2> courses offered </h2> <a href="C:\Users\PRG\Desktop\college.html"> bcom </a> <br> <h2> vision </h2> <ul> <li> to offer more courses </li> </ul> <h2> mision </h2> <ul> <li> to offer more courses </li> </ul> </center> </body> </html> BCOM.HTML <html> <center> <h1> psg college of arts and science </h1> <h2> Coimbatore </h2> <h1> bcom </h1> <img src="C:\Users\PRG\Desktop\college.jpg"> <table border="8" rowspan="3" colspan="4"> <tr> <th> sno...

TRAVELS 3

HELLO <html> <center> <head> <h1> happy travels</h1> </head> </center> <h2> webpage for travels</h2> </body> </html> BUS <html> <head><h1>happy travels</h1></head> <body bgcolor="yellow"> <center><h2>list of bus <center></h2> <table border=1 bgcolor ="orange"> <tr> <th>bus no.</th> <th>from</th> <th>to</th> <th>fare</th> <th>duration</th> </tr> <tr> <td>1234</td> <td>kovai</td> <td>chennai</td> <td>500</td> <td>5hrs</td> </tr> <td>123</td> <td>salem</td> <td>kovai</td> <td>300</td> <td>3hrs</td> </tr> <td>12</td> <td>kovai</td> <td>pondi</td> <td>600</td> <td>6hrs</td> ...

HOTEL TAJ 1

 EX 1 : HOME PAGE """ HOME PAGE  <html>  <head><center><h1><font size="40" color ="white"><b>HOTEL  TAJ</h1></center><br><br><br></font></b>  </head>  <body background="C:\Users\Admin\Desktop\1.jpg">  <center><b><font size="40" color  ="white"><b>MENU</b></center></h1></font></b><br><br><br>  <br>  <a href="file:///C:/Users/Admin/Desktop/breakfast.html"><font size="40" color  ="white"><b><center>BREAK FAST</a></font></b></center>  <br>  <font size="40" color ="white"><b><center>LUNCH</font></b></center>  <br>  <font size="40" color ="white"><b><center>DINNER</font></b...