You are on page 1of 5

HTML

Codes: <html> <head>THE INTERNET <Title> WEB SERVICES </Title> </head> <body> <p> The Internet is a global system of interconnected computer networks that use the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide.</p> <p> The Internet carries a vast array of information resources and services, most notably the inter-linked hypertext documents of the World Wide Web (WWW) and the infrastructure to support electronic mail. </p> <a href="file:///C:/Documents%20and%20Settings/asheeeesh/My%20Documents/n.html">More on internet </a> </body> </html>

66

CODES: <html> <body> <body style="background-color:green;"> <Font size = "18" color = "yellow" face = "Arial"> DELHI INSTITUTE OF ADVANCED STUDIES </font> <img src = "C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\aboutus_03.jpg"> </body> </html>

67

<html> <body> <FONT SIZE="4" FACE="courier" COLOR=blue><MARQUEE WIDTH=100% BEHAVIOR=ALTERNATE BGColor=yellow>Students who topped the university in 2011</MARQUEE></FONT> <table border = "5"> <tr> <th>S.NO</th> <th > NAME<th> </tr> <tr> <td> 1</td> <td>Kshitij</td> </tr> <tr> <td> 2</td> <td>Mansi</td> </tr> <tr> <td> 3</td> <td>Achint</td> </tr> </table> </body> </html> 68

CODES: <html> <form> Name <input type= "text" name= "name" size = "20"> <br> <br> Gender <input type= "radio" name= "gender" value= "M"> Male <input type= "radio" name= "gender" value= "F"> Female <br> <br> City <input type= "Checkbox" name= "Course" value= "bom">Bombay <input type= "Checkbox" name= "Course" value= "del"> Delhi <input type= "Checkbox" name= "Course" value= "kol"> Kolkata <input type= "Checkbox" name= "Course" value= "che"> Chennai <br> <br> <button name= "submit" value = "submit"> SUBMIT </button> <button name= "reset" value = "reset"> RESET </button> 69

</form> <body> This form should be filled by managers of the following department: <ol type = "i"> <li>Insurance</li> <li>Human Resource</li> <li>Marketing</li> </ol> </body> </html>

70

You might also like