Aim: Write HTML program that demonstrates the use of image as hyperlink. < ! DOCTYPE html> Create a link of an image: No border around the image, but still a link: How the HTML code above looks in a browser: Create a link of an image: No border around the image, but still a link:
1 LJIET
Internet Techanology
Enrollment No:130320708504
Aim: Write HTML to display Library Book information in table format. BOOK TAG NUMBER BOOK NAME BOOK AUTHOR 01307 Heat and Thermodynamics Brijlal N. Subramanyam 01308 CAD/CAM & AUTOMATION FarazdakHaideri How the HTML code above looks in a browser: BOOK TAG NUMBER BOOK NAME
BOOK AUTHOR
01307
Heat and Thermodynamics
Brijlal N. Subramanyam
01308
CAD/CAM & AUTOMATION FarazdakHaideri
2 LJIET
Internet Techanology
Enrollment No:130320708504
Aim:Write HTML code for frameset and frame tags. Great Recipes
How the HTML code above looks in a browser:
3 LJIET
Internet Techanology
Enrollment No:130320708504
Aim: Write HTML code to display ordered list. An Ordered List :< /h4> Coffee Tea Milk How the HTML code above looks in a browser: An Ordered List: 1. Coffee 2. Tea 3. Milk
4 LJIET
Internet Techanology
Enrollment No:130320708504
Aim: Using the CSS display paragraphs with black border, yellow background and red color for text. p.three { border- style: solid; border- width: 1px; border-color: black; } Body { Background-color:yellow; } Body{color:red} this is an ordinary paragraph. Notice that this text is red.The default text-color for a page is defind in the body selector. How the HTML code above looks in a browser:
5 LJIET
Internet Techanology
Enrollment No:130320708504
Aim: Using the CSS to display a fixed background image (this image will not scroll with the rest of the page). body { background-image:url('Chrysanthemum.jpg'); background-color:aqua; } CAD/CAM
How the HTML code above looks in a browser:
6 LJIET
Internet Techanology
Enrollment No:130320708504
Aim: Write a Java script function which is triggered on button click event and it should display current date and time. function displayDate() { document.getElementById("demo").innerHTML=Date(); } My First JavaScript This is a paragraph. Display Date
Output: My First JavaScript This is a paragraph. Display Date Just click on display date the following output is shown below: Tue Nov 19 2013 21:58:47 GMT+0530 (India Standard Time)
7 LJIET
Internet Techanology
Enrollment No:130320708504
Aim: Write a Java script to validate the content of textbox1 and textbox2 and calculate sum of those two numbers if content is valid otherwise display appropriate message. Student.Xml: SUTHA 2007IT51 20 12,SATHY ROAD,GOBI
How the HTML code above looks in a browser: SUTHA 2007IT51 20
12,SATHY ROAD,GOBI Student.dtd:
8 LJIET
Internet Techanology
Enrollment No:130320708504
Aim: Write a Java script to change HTML elements. My First Web Page My First Paragraph. document.getElementById("demo").innerHTML="My First JavaScript";
Output: My First Web Page My First JavaScript
9 LJIET
Internet Techanology
Enrollment No:130320708504
Aim: Create an XML document to display student information.
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.