You are on page 1of 45

Cyber Lab File

Q1. Design a web page in which apply the all basic tag and make a WEB RESUME.

<html> <head> <title> Resume </title> <h1 align = center > <b> <font face = "Times New Roman" size = 18> RESUME </font></h1></b> <img src="D:\pic.jpg" align = "right" width="141" height="175" border="0"> </img> <br> <br> <br> <font face = "Arial" size = 4><p align = "left">NAME:Devesh joshi<br> CONTACT: 9953141638 <br> email:devesh.joshi65@gmail.com <br> </p></font> <hr> </head> <body bgcolor = pink> <p><i><u><font face = "monotype corsiva" size=10 color = "red"> Objective </u><i></font> </p> <p> <font face= "arial" size= 4> A highly motivated and result driven professional utilizing enthusiasm, perseverance with Creative, Analytic and Logical skills and strong desire to learn, to contribute and make a positive difference to the organization </p></font> <hr> <p><u> <font face = "monotype corsiva" size=10 color = red> Qualification </i></u></font> <p> <font face= "arial" size= 4> Professional Qualification: Currently doing BJMC (Bachelor of Journalism & Mass Communication) from Lingayas Lalita Devi Institute of Management And Sciences affiliated with (Guru Gobind Singh Indraprastha University). <br> Academic Qualification: Senior Secondary Education from Evergreen public School in stream of commerce from CBSE Board, Delhi in 2010 <hr> <p><u> <font face = "monotype corsiva" size=10 color = red> Experience </i></u></font> <p> <font face= "arial" size= 4> Reporter (HT Media) <br> Two months Internship in reporting & editing ( HT Media Ltd) <br> Two months Internship in ANI <br><hr> <p><u> <font face = "monotype corsiva" size=10 color = red> Personal Information </i></u></font> <p> <font face= "arial" size= 4> Name: Devesh joshi <br> Permanent Address: 11/H, pocket A-3, Mayur Vihar, phase 3rd, Delhi-110096 <br>

Cyber Lab File


Date of Birth: Hobbies: email: Contact no: 30th April 1992 <br> Swimming, reading books, making friends <br> devesh.joshi65@gmail.com <br> 9891142957 <br>

</body> </html>

Q2. Design a web page apply the <pre> Tag.

<html> <head> <title>Example of pre Tag</title> </head> <body> <font size=4 COLOR="green"> <pre> NATURE- The Beautiful World God created the world for the people to live in. The beautiful nature it has will never change. The environment should be given importance, for example, its usefulness, especially, for man, and animals. Environment provides food and shelter to man and animals as they need to survive. Without it, they cant live in this world with satisfaction. As long as the man is not satisfied, the world is in danger. Like scientists who was not stopping discovering things which man can use in the future for a better life? But as they make a high standard living, our environment will be affected. And as the environment affected, the mans health will do also affected. The pollution will spread out and many other environmental problems will happen. All seasons are beautiful for the person who carries happiness within. - Horace Friess

Cyber Lab File

People from a planet without flowers would think we must be mad with joy the whole time to have such things about us. - Iris Murdoch The morning of life is like the dawn of a day, full of purity, visions, and harmony. - Chateubriand Nature does not hurry, yet everything is accomplished. - Lao Tzu </font> </pre> </body> </html>

Cyber Lab File

Q3. Design a web page and insert a picture in background.

<html> <head> <title>Background image</title> </head> <body background = "D:\blue flower.jpg"> <p><i><font face = "monotype corsiva" size=12 color = "Red"> <H1 align=center><BIG> NATURE </BIG> </h1> The beauty of the nature lies within you <br> Always Respect yourself and you will respect the Nature. <br>

Everybody has the right to trust in himself and be joyful. <br> The real joy in life is to believe in yourself. <br>

</p> </body> </html>

Cyber Lab File

Q4. Design a web page and apply the all explicit tag. <strike>, <small>, <big>, <tt><em><strong>

<html> <head>

Cyber Lab File


<title>Background image</title> </head> <body> <p> <p><i><font face = "monotype corsiva" size=10 color = "black"> <strike>Always be happy: </strike> </p> "Believe in yourself!." <br> <br> <small> "Have a faith in your abilities. </small> <br> <br> <big> "Laugh as much as you breathe and love as long as you live. </big> <br> <tt> Never feel dissatisfied with what you got always feel optimistic. </tt> <br> <br> <em> "Experience is the name every one gives to their mistakes. </em> <br> <br> <strong> "Without a confidence on your face you cant overcome your problems and that confidence is given birth by Happiness. </STRONG>

</p> </body> </html>

Cyber Lab File

Q5. Create a Web page in which apply the <hr> and image tag <img > attributes.

<html> <head> <title> hr & image tag </title> </head> <body bgcolor="light blue"> <p> <h1 align=center> <font face="Comic Sans MS" size=20 color = "Black"> NATURE :The beautiful world</h1> </font> <br> <hr align=center height=800 width=600 > <font size=4> <B>. <br> <BR>

Cyber Lab File

<img src="D:\blue flower.jpg" width=500 height=300> </img> </B> </body> </html>

Cyber Lab File

Q6. Create a web page and link this page to other web page with the help of anchor tag<a>.
<html> <head> <title>Nature</title> </head> <body bgcolor="yellow" text="green">

Cyber Lab File


<h1 align="center"> <font face="arial" size=18 color=red>NATURE: The Worlds Within</font> </h1> <p> <font face="arial" size=5 >God created the world for the people to live in. The beautiful nature it has will never been changed of anything else. The environment should be given importance, for example, its usefulness, especially, for man, and animals. Environment provides food and shelter which man and animals need to survive. Without it, they cant live in this world with satisfaction. As long as the man is not satisfied, the world is in danger. Like scientists who was not stopping discovering things which man can use in the future for a better life? But as they make a high standard living, our environment will be affected. And as the environment affected, the mans health will do also affected</p> <br> <br> Made by <a href="C:\photolink.html">Devesh joshi</a> </body> </html>

<html> <head> <title> Resume </title> <h1 align = center > <b> <font face = "Times New Roman" size = 18> RESUME </font></h1></b> <a href="D:\pic.jpg"><img src="D:\pic.jpg" align = "right" width="141" height="175" border="0"> </img> </a><br> <br> <br> <font face = "Arial" size = 4><p align = "left">NAME:Devesh joshi<br> CONTACT: 9891142957 <br> Email:devesh.joshi65@gmail.com <br> </p></font> <hr> </head> <body bgcolor = pink> <p><i><u><font face = "monotype corsiva" size=10 color = "red"> Objective </u><i></font> </p> <p> <font face= "arial" size= 4> A highly motivated and result driven professional utilizing enthusiasm, perseverance with Creative, Analytic and Logical skills and strong desire to learn, to contribute and make a positive difference to the organization </p></font> <hr> <p><u> <font face = "monotype corsiva" size=10 color = red> Qualification </i></u></font> <p> <font face= "arial" size= 4> Professional Qualification: Currently doing BJMC (Bachelor of Journalism & Mass Communication) from Lingayas Lalita Devi Institute of Management And Sciences affiliated with (Guru Gobind Singh Indraprastha University). <br>

Cyber Lab File


Academic Qualification: Senior Secondary Education from St Michaels Sr. Sec School in stream of Science from CBSE Board, Delhi in 2008 <hr> <p><u> <font face = "monotype corsiva" size=10 color = red> Experience </i></u></font> <p> <font face= "arial" size= 4> Reporter (HT Media) <br> Two months Internship in reporting & editing ( HT Media Ltd) <br> Two months Internship in ANI <br><hr> <p><u> <font face = "monotype corsiva" size=10 color = red> Personal Information </i></u></font> <p> <font face= "arial" size= 4> Name: Devesh joshi <br> Permanent Address: 110096 <br> Date of Birth: Hobbies: email: Contact no: 11/H, pocket A3, Mayur vihar, phase 3rd, New Delhi30th April 1992 <br> Swimming, reading books, making friends <br> devesh.joshi65@gmail.com <br> 9891142957 <br>

</body> </html>

Cyber Lab File

Cyber Lab File

Q7. Design a web page in which implement the marquee tag with all attributes like Bgcolor,scrollamount,width,height,loop,behavior,scrolldelay.direction

<HTML> <HEAD> <TITLE> MARQUEE TAG> </TITLE> </HEAD> <BODY BGCOLOR="ORANGE"> <H1 ALIGN=CENTER> NATURE </H1> <MARQUEE BGCOLOR="BLUE" SCROLLAMOUNT=15 WIDTH=400 HEIGHT=200 DIRECTION="RIGHT"> <FONT SIZE=5> "All seasons are beautiful for the person who carries happiness within." </MARQUEE> <MARQUEE BGCOLOR="GREEN" BEHAVIOR="SCROLL" LOOP=15 WIDTH=400 HEIGHT=200 SCROLLDELAY=18> <font size=5 > People from a planet without flowers would think we must be mad with joy the whole time to have such things about us. </MARQUEE> <br> <br> <marquee bgcolor="red" direction="down" width=400 height=200 scrolldelay=15> <font size= 5> Nature does not hurry, yet everything is accomplished </marquee> <marquee bgcolor="violet" direction="alternate" width=400 height=200 scrolldelay=15> <font size= 5> Every sunset brings the promise of a new dawn. </marquee> </font> </BODY> </HTML>

Cyber Lab File

Cyber Lab File

<html> <head> <title>Table Tag</title> <body> <center><h1>Table Tag Attributes</h1></center> <table border="8" bordercolor="red" cellpadding=2 cellspacing=2 width=100%> <tr> <td><center>Color</center></td> <td>Animals</td> <td>Vehicles</td> <td>Places</td> <td>Monuments</td> </tr> <tr> <td bgcolor="pink">Pink</td> <td><img src="D:\horse.jpg" width=60 height=60></td> <td><img src="D:\car.jpg" width=60 height=60></td> <td><img src="D:\connaught place.jpg" width=60 height=60></td> <td><img src="D:\taj mahal.jpg" width=60 height=60></td> </tr> <tr> <td bgcolor="yellow">Yellow</td> <td><img src="D:\camel.jpg" width=60 height=60></td> <td><img src="D:\bike.jpg" width=60 height=60></td> <td><img src="D:\greater kailash.jpg" width=60 height=60></td> <td><img src="D:\red fort.jpg" width=60 height=60></td> </tr> <tr> <td bgcolor="orange">Orange</td> <td><img src="D:\images.jpg" width=60 height=60></td> <td><img src="D:\truck.jpg" width=60 height=60></td> <td><img src="D:\karol bagh.jpg" width=60 height=60></td> <td><img src="D:\qutub minar.jpg" width=60 height=60></td> </tr> <tr> <td bgcolor="green">Green</td> <td><img src="D:\tiger.jpg" width=60 height=60></td> <td><img src="D:\bus.jpg" width=60 height=60></td> <td><img src="D:\gurgaon.jpg" width=60 height=60></td> <td><img src="D:\india gate.jpg" width=60 height=60></td> </tr> <tr> <td bgcolor="blue">Blue</td>

Cyber Lab File


<td><img <td><img <td><img <td><img </tr> </table> </body> </html> src="D:\monkey.jpg" width=60 height=60></td> src="D:\scooter.jpg" width=60 height=60></td> src="D:\noida.jpg" width=60 height=60></td> src="D:\gateway of india.jpg" width=60 height=60></td>

Cyber Lab File

Q9. Create a table in which show your activity use all table tag attributes .

Cyber Lab File <html> <head> <title>Table Tag</title> <body>

<center><h1>Table Tag Attributes</h1></center> <table border="8" bordercolor="red" cellpadding=2 cellspacing=2 width=100%>

<tr> <td><center>Color</center></td> <td>Animals</td> <td>Vehicles</td> <td>Places</td> <td>Monuments</td> </tr>

<tr> <td bgcolor="pink">Pink</td> <td><img src="D:\horse.jpg" width=60 height=60></td> <td><img src="D:\car.jpg" width=60 height=60></td> <td><img src="D:\connaught place.jpg" width=60 height=60></td> <td><img src="D:\taj mahal.jpg" width=60 height=60></td> </tr>

<tr> <td bgcolor="yellow">Yellow</td>

Cyber Lab File <td><img src="D:\camel.jpg" width=60 height=60></td> <td><img src="D:\bike.jpg" width=60 height=60></td> <td><img src="D:\greater kailash.jpg" width=60 height=60></td> <td><img src="D:\red fort.jpg" width=60 height=60></td> </tr>

<tr> <td bgcolor="orange">Orange</td> <td><img src="D:\images.jpg" width=60 height=60></td> <td><img src="D:\truck.jpg" width=60 height=60></td> <td><img src="D:\karol bagh.jpg" width=60 height=60></td> <td><img src="D:\qutub minar.jpg" width=60 height=60></td> </tr>

<tr> <td bgcolor="green">Green</td> <td><img src="D:\tiger.jpg" width=60 height=60></td> <td><img src="D:\bus.jpg" width=60 height=60></td> <td><img src="D:\gurgaon.jpg" width=60 height=60></td> <td><img src="D:\india gate.jpg" width=60 height=60></td> </tr>

<tr> <td bgcolor="blue">Blue</td> <td><img src="D:\monkey.jpg" width=60 height=60></td> <td><img src="D:\scooter.jpg" width=60 height=60></td> <td><img src="D:\noida.jpg" width=60 height=60></td>

Cyber Lab File <td><img src="D:\gateway of india.jpg" width=60 height=60></td> </tr>

</table> </body> </html>

Cyber Lab File

Q10. Create a web page with the help of order and unorder list use all Attributes

Cyber Lab File <html> <head> <title> ordered & unordered tag </title> </head> <body bgcolor="PINK"> <p> <h1 align=center> <font face="times new roman" size=18 color = "GREEN"> NATURE :The Worlds Within</h1> </font> <br> <hr align=center height=800 width=600 > <font size=4> <B>. <ul type="circle"> <li>All seasons are beautiful for the person who carries happiness within. </ul> </li> <ul type="disc"> <li> The morning of life is like the dawn of a day, full of purity, visions, and harmony. </li> </ul> <ul type="square"> <li>Every sunset brings the promise of a new dawn. </li> </ul> <ol> <li>Some people, like flowers, give pleasure, just by being. </li> <li>Delight in the beauty that surrounds you </li> </ol> </ol> <ol type=1 start="5"> <li> Nature does not hurry, yet everything is accomplished </li> <li>Nature does not hurry, yet everything is accomplished </ol> <ol type="a"> <li> Lose yourself in nature and find peace. </li> <li> Nature is the art of God.</li> </ol> <ol type="i"> <li> Nature does not hurry, yet everything is accomplished. </li> <li> The morning of life is like the dawn of a day, full of purity, visions </li></ol> <ol type="i" start="7"> <li> Delight in the beauty that surrounds you. </li> </ol> </BODY></html>

Cyber Lab File

Q11. Create e - mail form use all different form elements.

<html> <head> <title>forms</title>

Cyber Lab File </head> <body> <h1 font face="Times new roman" size=4 Account </h1> <form> First Name: <input type=text name=Firstname value=" " align="center"> <br> Last Name: <input type=text name=Lastname value=" " align="center"> <br> Gender:<input type=radio name=gender value=Male>Male maxlenghth=10 size-10 maxlength=10 size=10 align="center"> Create An

<input type=radio name=gender value=Female checked>Female <br><br> Desired Login Name: <input type=text name=Desiredloginname value=" " maxlenghth=10 size=10 align="center"> @abc.com <br> <input type=submit value= send> <br><br> Choose a Password: <input type=password size=6 maxlength=8> <br>

Re-enter password: <input type=password size=6 maxlength=8> <br>

Cyber Lab File <input type=checkbox name=Stay Signed In value=Stay Signed In>Stay Signed In <input type=checkbox name=Enable web History value=Enable web History >Enable web History <br> <br> Default Homepage:<input type=checkbox name=Set ABC as my default homepage value= Set ABC as my default homepage>Set ABC as my default homepage <br> <br> Security Question: Choose a Question <br>

<p><select name="Choose a Question" size=2 multiple=multiple> <option value="What was the name of your first teacher?">What was the name of your first teacher? </option> <option value="What was your first phone number?">What was your first phone number?</option> <option value="What is the name of your best friend?">What is the name of your best friend?</option></p>

</select> <br><br> Answer: <input type=text name=Answer value=" " align="center"> <br><br> Word Verification: <input type=text name=Answer value=" " size=20 align="center"> <br><br> <textarea name= abcd rows=3 coloums=15 align="center"> 5NJNH7hh </textarea><br> <br> Terms of Service: maxlength=20 maxlength=20 size=20

Cyber Lab File <textarea name= abcd rows=7 coloums=45> Terms of Service

Welcome !

1. Your relationship with us

1.1 Your use of products, software, services and web sites (referred to collectively as the Services in this document and excluding any services provided to you by Google under a separate written agreement) is subject to the terms of a legal agreement between you and Google. Google means Google Inc., whose principal place of business is at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States. This document explains how the agreement is made up, and sets out some of the terms of that agreement.

1.2 Unless otherwise agreed in writing with Google, your agreement with Google will always include, at a minimum, the terms and conditions set out in this document. These are referred to below as the Universal Terms.

</textarea> <br> <br> <input type=submit value="I Accept.Create My Account" maxlength=50 size=50 align="center"> <br><br> </form> </body </html>

Cyber Lab File

Cyber Lab File

Cyber Lab File

Q12. Create a web page use frames to design the web page.

<html> <head> <title> frame </title> </head> <frameset cols= "400, 200"> <frame src= "marqueetag.html" name= " MARQUEE TAG" scrolling= "yes"> <frameset rows= " 90%,100%"> <frame src= "anchortag.html" name= " ANCHOR TAG" scrolling= "yes"> <frameset rows= "100%,90%"> <frame src= "TABLE.HTML" name= "TABLE" scrolling= "yes"> </frameset> </frameset> </frameset> </html>

Cyber Lab File

Cyber Lab File

Q13. Design a web page on any topic using web editor (front page).
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40">

<head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Sparkle World</title> <meta name="Microsoft Theme" content="satin 1111"> <link rel="File-List" href="devesh_files/filelist.xml"> <style> <!-.ms-grid3-main { border-left: 1.5pt solid black; border-right: 1.5pt solid black; border-top: .75pt solid black; border-bottom: .75pt solid black; background-color: white } .ms-grid3-tl { font-weight: normal; color: black; border-left-style: none; border-right: .75pt solid black; border-top-style: none; border-bottom: .75pt solid black; background-color: #FFFFCA } --> </style> <!--[if !mso]>

Cyber Lab File

<style> v\:* o\:* .shape </style> <![endif]--><!--[if gte mso 9]> <xml><o:shapedefaults v:ext="edit" spidmax="1027"/> </xml><![endif]--> </head> { behavior: url(#default#VML) } { behavior: url(#default#VML) } { behavior: url(#default#VML) }

<body>

<p>&nbsp;&nbsp; </p> <p align="center"><font face="Matura MT Script Capitals">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font size="7">&nbsp;Sparkle World </font></font><!--[if gte vml 1]><v:shapetype id="_x0000_t136" coordsize="21600,21600" o:spt="136" adj="10800" path="m@7,l@8,m@5,21600l@6,21600e"> <v:formulas> <v:f eqn="sum #0 0 10800"/> <v:f eqn="prod #0 2 1"/> <v:f eqn="sum 21600 0 @1"/> <v:f eqn="sum 0 0 @2"/> <v:f eqn="sum 21600 0 @3"/> <v:f eqn="if @0 @3 0"/>

Cyber Lab File

<v:f eqn="if @0 21600 @1"/> <v:f eqn="if @0 0 @2"/> <v:f eqn="if @0 @4 21600"/> <v:f eqn="mid @5 @6"/> <v:f eqn="mid @8 @5"/> <v:f eqn="mid @7 @8"/> <v:f eqn="mid @6 @7"/> <v:f eqn="sum @6 0 @5"/> </v:formulas> <v:path textpathok="t" o:connecttype="custom" o:connectlocs="@9,0;@10,10800;@11,21600;@12,10800" o:connectangles="270,180,90,0"/> <v:textpath on="t" fitshape="t"/> <v:handles> <v:h position="#0,bottomRight" xrange="6629,14971"/> </v:handles> <o:lock v:ext="edit" text="t" shapetype="t"/> </v:shapetype><v:shape id="_x0000_s1025" type="#_x0000_t136" alt="Stunning Designs..Amazing Prices" style='width:462.75pt;height:17.25pt' fillcolor="#ff9" strokecolor="#ff9"> <v:shadow color="#868686"/> <v:textpath style='font-family:"MS Mincho";font-size:32pt;v-rotateletters:t; v-text-kern:t' trim="t" fitpath="t" string="Stunning Designs..Amazing Prices"/>

Cyber Lab File

</v:shape><![endif]--><![if !vml]><img border=0 width=620 height=26 src="devesh1_files/image001.gif" alt="Stunning Designs..Amazing Prices" v:shapes="_x0000_s1025"><![endif]></p> <table border="1" width="100%" bgcolor="#FEBC85" height="284"> <tr> <td width="148" height="39"> <p align="center"><font size="5" face="Forte" color="#800000">&nbsp;Home</font></td> <td height="39"><font face="Forte" size="5" color="#800000">&nbsp;<a href="designerjewelry.html"><font color="#800000">Designer Jewelry </font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp; <a href="special%20offers.html">&nbsp;<font color="#800000">Special offers </font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp; </font><font face="Forte" size="5" color="#400003">&nbsp;</font><font face="Forte" size="5" color="#800000"> <a href="about%20us.html"><font color="#800000">&nbsp;About Us </font>

</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;

Cyber Lab File

<a href="about%20us.html"><font color="#800000">&nbsp;Contact Us</font></a></font></td> <td width="4" height="39">&nbsp;</td> </tr> <tr> <td width="148"> <img border="0" src="../My%20Documents/My %20Pictures/01221B.jpg" width="143" height="215"></td> <td><font color="#800000" face="Calisto MT">Here you will find the Newest Designs in Wholesale Jewelry and Best Selling Wholesale jewelry designs. Whether they are new wholesale jewelry or back by popular demand wholesale jewelry. Designer Jewelry aims to offer new wholesale jewelry at wholesale or below wholesale jewelry prices. New wholesale jewelry and new wholesale gifts are added to the shopping cart on a daily basis so please make sure to visit us periodically for the latest new trendy jewelry and new Wholesale Jewelry. Designer Jewelry carries new wholesale costume jewelry new wholesale fashion jewelry, new .925 sterling silver jewelry, new designer inspired jewelry, new jewelry accessories, new cheap wholesale jewelry, new fashion jewelry, new

Cyber Lab File

sterling silver jewellery and much more. New wholesale jewelry has just arrived and is now available so refresh your old stock with Designer-Jewelry's new current trendy jewelry designs. Buy Wholesale Jewelry. Really nice Cheap Wholesale Jewelry.</font></td> <td width="4">&nbsp;</td> </tr> </table> <p align="center">&nbsp;</p> <table border="0" cellSpacing="3" cellPadding="0" width="100%"> <tr> <td background="bg_dot_horiz.gif" colSpan="4" height="40"> <img src="shim.gif" width="1" height="1"></td> </tr> <tr> <td colSpan="4">&nbsp;<p><font class="product-titletext"> <font face="Forte" color="#F1E7E8" size="6">Featured Products From The Jewellery Shop...</font></font></p> <p>&nbsp;</td> </tr> <tr>

Cyber Lab File

<td colSpan="4" height="8"><img src="shim.gif" width="1" height="8"></td> </tr> <tr> <td class="table-backing-content" vAlign="top" width="27%"> <table border="0" cellSpacing="0" cellPadding="2" width="256" height="255"> <tr> <td align="middle"> <img border="0" src="../My%20Documents/My %20Pictures/jewelry1.jpg" width="202" height="201"></td> </tr> <tr> <td align="middle">Pearl<a class="middlelinks"> Bracelet</a><br> <font class="product-field-title">Price:</font> <font class="product-fieldcontent">29.90</font></td> </tr> </table> </td> <td class="table-backing-content" vAlign="top" width="25%"> <table border="0" cellSpacing="0" cellPadding="2" width="244" height="256"> <tr> <td align="middle">

Cyber Lab File

<img border="0" src="../My%20Documents/My %20Pictures/watch-green.jpg" width="113" height="201"></td> </tr> <tr> <td align="middle"><a class="middlelinks">Silver and Green&nbsp; Watch</a><br> <font class="product-field-title">Price:</font> <font class="product-fieldcontent">42.90</font></td> </tr> </table> </td> <td class="table-backing-content" vAlign="top" width="26%"> <table border="0" cellSpacing="0" cellPadding="2" width="250"> <tr> <td align="middle"> <img border="0" src="../My%20Documents/My %20Pictures/img-thing.jpg" width="213" height="210"></td> </tr> <tr> <td align="middle"><a class="middlelinks">Antique&nbsp; Crystal. Necklace</a><br> <font class="product-field-title">Price:</font>

Cyber Lab File

<font class="product-fieldcontent">38.90</font></td> </tr> </table> </td> <td class="table-backing-content" vAlign="top" width="21%"> <table border="0" cellSpacing="0" cellPadding="2"> <tr> <td align="middle"> <img border="0" src="../My%20Documents/My %20Pictures/untitled.bmp" width="176" height="210"></td> </tr> <tr> <td align="middle"><a class="middlelinks">Charms Gold and Crystal Flower</a><br> <font class="product-field-title">Price:</font> <font class="product-fieldcontent">13.90</font></td> </tr> </table> </td> </tr> </table> <p align="center">&nbsp;</p>

Cyber Lab File

<p align="center">Copyright 2010 Sparkle World| All rights reserved</p> </body> </html>

Cyber Lab File

Cyber Lab File

Cyber Lab File

Cyber Lab File

Cyber Lab File

You might also like