Final Ecommerce
Final Ecommerce
ECOMMERCE LAB
PRACTICAL FILE
To provide students with the knowledge and skills necessary for building and evaluating web sites.
To provide practical implementation of HTML.
To explain how to work with HTML.
TAG 1. Bold
2. Italics
3. Underline
4. Alignment
5. Paragraph
Note: The file should contain a brief
description about the
abovementioned tags.
Qualification
HTML
MARQUEE TAG Design a webpage to show your name as
Priyanshu Kumar
HTML Design a web page to display your college
HYPERLINK with hyperlink.
TAG
HTML TABLE Create a static web page which defines all text
TAG formatting tags of HTML in tabular format
HTML FRAME
TAG Design a HTML web page of your favourite
movie. Give an attractive background colour
and image.
Design a frame as follows:
8
Priyanshu Kumar
ASSIGNMENT-1
<head>
<title>Assignment 1</title>
</head>
<body>
<h1> Priyanshu</h1>
</body>
</html>
9
Priyanshu Kumar
10
Priyanshu Kumar
ASSIGNMENT-2
Design a web page according to the format given below using heading tag with your name
displayed on top:
<HTML>
<HEAD>
</HEAD>
<body>
11
Priyanshu Kumar
</body>
</HTML>
12
Priyanshu Kumar
ASSIGNMENT-3
<html>
<head>
</head>
<body>
</body>
</html>
13
Priyanshu Kumar
14
Priyanshu Kumar
ASSIGNMENT-4
Design a web page describing yourself using single and multiline comments. Also use <br > tag.
<html>
<head>
</head>
<body>
I am Priyanshu. <br/>
<!—This is a
Multiline Comment -->
I live in Delhi.
</body>
</html>
15
Priyanshu Kumar
16
Priyanshu Kumar
ASSIGNMENT-5
Create a HTML file for displaying a webpage with below mentioned Tags:
1. Bold
2. Italics
3. Underline
4. Alignment
5. Paragraph
<html>
<head>
</head>
<body>
<p><b>This is Bold.</b></p>
This tag is used to create a 'b' element, which represents bold text in an HTML document.
<p><i>This is italic.</i></p>
This tag defines a part of text in an alternate voice or mood. The content of this tag is usually
displayed in italic.
<p><u>This is Underline.</u></p>
This tag in HTML stands for underline and it's used to underline the text enclosed within this tag.
17
Priyanshu Kumar
The paragraph tag defines a paragraph. Browsers automatically add some space (margin) before
and after each paragraph element.
</body>
</html>
18
Priyanshu Kumar
ASSIGNMENT – 6
Create a HTML file for displaying a webpage with below mentioned Tags:
1. Text color
2. Headings
3. HR
4. Background Color
5. Line break
6. Pre
Note: The file should contain a brief description about the abovementioned tags.
<HTML>
<HEAD>
</HEAD>
<BODY BGCOLOR="pink">
The <hr> tag in HTML stands for horizontal rule and is used to insert a
document sections.
<p>The line break tag is the <br> tag in HTML and <br /> in XHTML. A br tag
will insert a line break which means the text/image following the tag will
19
Priyanshu Kumar
</BODY>
</HTML>
20
Priyanshu Kumar
ASSIGNMENT-7
8 CO + 17 H2 → C8H18 + 8 H2O
10 KClO3 + 3 P4 → 3 P4O10 + 10 KCl
SnO2 + 2 H2 → Sn + 2 H2O
3 KOH + H3PO4 → K3PO4 + 3 H2O
2KNO3 + H2CO3 → K2CO3 + 2 HNO3
<html>
<head>
</head>
<br>
<hr>
<br>
<hr>
<br>
<hr>
21
Priyanshu Kumar
<br>
<hr>
<br>
<hr>
<br>
</body>
</html>
22
Priyanshu Kumar
ASSIGNMENT-8
<html>
<head><title>CV Priyanshu</title></head>
<body bgcolor="pink">
<h2><b><u>Objective</b></u></h2><hr>
successful in my life.</p>
<h2><b><u>Educational Qualification</b></u></h2><hr>
23
Priyanshu Kumar
<h2><b><u>Achivement</b></u></h2><hr>
<h2><b><u>Strenghts</b></u></h2><hr>
i am a good listener
<h2><b><u>Hobbies</b></u></h2><hr>
</body>
</html>
24
Priyanshu Kumar
ASSIGNMENT-9
Create a web page to display your family information with background and other formatting.
<html>
<body bgcolor="orange">
<pre><h2><font color="blue">
</pre>
</body>
</html>
25
Priyanshu Kumar
26
Priyanshu Kumar
ASSIGNMENT-10
<html>
<head>
</head>
<body bgcolor="yellow">
<h2><u>vegetable</u></h2>
<ul>
<li style="color:green">onion</li>
27
Priyanshu Kumar
<li style="color:red">tomato</li>
<li style="color:orange">raddish</li>
<li style="color:pink">potato</li>
<li style="color:purple">carrot</li>
</ul>
<h2><u>Fruits</u></h2>
<ul type="square">
<li style="color:green">apple</li>
<li style="color:red">banana</li>
<li style="color:orange">grapes</li>
<li style="color:pink">mango</li>
</ul>
<h2><u>Newspaper</u></h2>
<ul type="circle">
28
Priyanshu Kumar
</ul>
<h2><u>Magzines</u></h2>
<ul>
</ul>
</body>
</html>
29
Priyanshu Kumar
Assignment 11
<html>
<head>
</head>
<body bgcolor="yellow">
<ul>
<li style="color:green">android</li>
<li style="color:red">blackberry</li>
<li style="color:orange">iphone</li>
</ul>
<h2><u>manufacturer</u></h2>
30
Priyanshu Kumar
<ul type="square">
<li style="color:green">apple</li>
<li style="color:red">samsung</li>
<li style="color:blue">htc</li>
<li style="color:orange">asus</li>
</ul>
</body>
</html>
31
Priyanshu Kumar
ASSIGNMENT-12
Design a web page to display the names of Beverages, Dishes & Desserts using Unordered Lists
<html>
<head>
</head>
<body bgcolor="yellow">
<h2><u>Beverages</u></h2>
<ul>
<li style="color:green">Tea</li>
<li style="color:red">Coffee</li>
<li style="color:orange">Pepsi</li>
<li style="color:pink">Sprite</li>
</ul>
<h2><u>Dishes</u></h2>
<ul type="square">
<li style="color:red">Samosa</li>
32
Priyanshu Kumar
</ul>
<h2><u>Desserts</u></h2>
<ul type="square">
<li style="color:green">Cake</li>
<li style="color:red">Ice-Cream</li>
</ul>
</body>
</html>
33
Priyanshu Kumar
ASSIGNMENT-13
1. Use different font styles and colors for Input and Output Devices
<html>
<head>
<ol>
<li>keyboard</li>
<li>mouse</li>
<li>loystick</li>
<li>scanner</li>
<ol type="a">
34
Priyanshu Kumar
<hr>
</ol>
</ol>
<li> LCD</li>
<li> CRT</li>
</ol>
<li>impact printer</li>
</ol>
</ol>
</body>
</html>
35
Priyanshu Kumar
36
Priyanshu Kumar
ASSIGNMENT-14
Design a web page to display the different courses available in your Institute. Show the use of
different types of Ordered Lists.
<HTML>
<HEAD><TITLE>
Priyanshu Assignment 14
</TITLE></HEAD>
<BODY bgcolor="LAVENDER">
MANAGEMENT</h1>
<ol type="1">
<LI font-size:125%"><B><U>GRADUATE</U></B></LI>
<ol type="i">
<LI style="color:PURPLE;font-size:125%"><B>BBA</B></LI>
<LI style="color:PURPLE;font-size:125%"><B>BCA</B></LI>
<ol type="i">
<LI style="color:red;font-size:125%"><B>MBA</B></LI>
37
Priyanshu Kumar
<LI style="color:red;font-size:125%"><B>MCA</B></LI>
<LI style="color:red;font-size:125%"><B>MTECH.</B></LI>
</ol>
</BODY>
</HTML>
38
Priyanshu Kumar
ASSIGNMENT-15
<html>
<head><title>Assignment 15 Priyanshu</title></head>
<body bgcolor="green">
<DL>
<dt> School</dt>
<dt>Teacher</dt>
<dt>Book</dt>
<dd>A book is a medium for recording information in the form of writing or images, typically
composed of many pages bound together and protected by a cover.</dd>
</dl>
</body>
39
Priyanshu Kumar
</html>
40
Priyanshu Kumar
ASSIGNMENT-16
Write a Code for Creating Definition List That Shows various input and output devices With
Description.
<html>
<head><title>Assignment 16 Priyanshu</title></head>
<body bgcolor="pink">
<p>An input device is any hardware device that sends data to a computer, allowing you to
interact with and control it.</p>
<dl>
<dt> Keyboard</dt>
<dt> Mouse</dt>
<dd>A computer mouse (plural mice or mouses) is a hand-held pointing device that detects two-
dimensional motion relative to a surface.</dd>
<dt>Scanner</dt>
<dd> A scanner is an input device that scans documents such as photographs and pages of
text.</dd>
</dl>
<h1>Output Devices</h1>
41
Priyanshu Kumar
<p>An output device is any peripheral that receives data from a computer, usually for display,
projection, or physical reproduction.</p>
<dl>
<dt>Monitor</dt>
<dd>A computer monitor is an output device that displays information in pictorial form. A
monitor usually comprises the display device, circuitry, casing, and power supply.</dd>
<dt>Printer</dt>
<dd> A printer is an external hardware output device that takes the electronic data stored on a
computer or other device and generates a hard copy of it.</dd>
<dt>Speaker</dt>
<dd>Computer speakers, or multimedia speakers, are speakers sold for use with computers,
although usually capable of other audio uses.</dd>
</dl>
</body>
</html>
42
Priyanshu Kumar
43
Priyanshu Kumar
ASSIGNMENT-17
Create a web page to show the ordered, unordered and definition list with respect to college
courses.
<html>
<head><title>Assignment 17 Priyanshu</title></head>
<body bgcolor="grey">
<dt>Vision</dt><hr>
<dt>Mission</dt><HR>
<dd>IITM endeavours</dd>
<ol>
<dd>2.to foster strategic alliance with industry for applied research, and
</ol>
<hr>
44
Priyanshu Kumar
<ul type="circle">
<li>BCOM HONS.</li>
<li>BBA</li>
<li>BCA</li>
</ul><hr>
<ul type="circle">
<li>MCA</li>
<li>MBA</li>
</ul>
</body>
</html>
45
Priyanshu Kumar
46
Priyanshu Kumar
ASSIGNMENT-18
Design a web page to show the college information along with background image.
<html>
<head>
</head>
<body background=".JPG">
In this article, we will provide you with the detailed information about
Facilities<BR>
47
Priyanshu Kumar
Central library.<BR>
Courses offered<BR>
BBA,BCOM,BCA,MBA,MCA.
</body>
</html>
48
Priyanshu Kumar
49
Priyanshu Kumar
ASSIGNMENT-19
Design a web page to insert Three Images Aligned Left, Right and Center. Also Change The
Background Color To Blue And Give A Suitable Heading To The Web Page.
<html>
<head>
</head>
<body bgcolor="pink">
border="1"> </center>
align="right">
</body>
</html>
50
Priyanshu Kumar
51
Priyanshu Kumar
ASSIGNMENT-20
<html>
<body bgcolor="pink">
<h2><b><u>Objective</b></u></h2><hr>
successful in my life.</p>
<h2><b><u>Educational Qualification</b></u></h2><hr>
<h2><b><u>Achivement</b></u></h2><hr>
<h2><b><u>Strenghts</b></u></h2><hr>
i am a good listener
<h2><b><u>Hobbies</b></u></h2><hr>
</body>
52
Priyanshu Kumar
</html>
53
Priyanshu Kumar
ASSIGNMENT-21
<html>
<head>
</head>
<body bgcolor="fuschia">
<H1><marquee>IMAGES</marquee></H1>
</body>
</html>
54
Priyanshu Kumar
ASSIGNMENT-22
Design a web page to compare the speed of different text in the marquee tag.
<html>
<head>
</head>
<body bgcolor="pink">
</body>
</html>
55
Priyanshu Kumar
56
Priyanshu Kumar
ASSIGNMENT-23
<HTML>
<HEAD>
<TITLE>
Priyanshu Assignment 23
</TITLE>
</HEAD>
<BODY bgcolor="lavender">
MANAGEMENT</H1><HR>
border="1"></center><IMG>
Management</a>
</BODY>
</HTML>
57
Priyanshu Kumar
58
Priyanshu Kumar
ASSIGNMENT-24
Project Management
<html>
<head><title>Project Management</title></head>
<body>
<h1>Project Management</h1>
<p>Project management is the practice of initiating, planning, executing, controlling, and closing
the work of a team to achieve specific goals and meet specific success criteria at the specified
time. The primary challenge of project management is to achieve all of the project goals within
the given constraints.
</body>
</html>
59
Priyanshu Kumar
<body>
<p>Goods and Services Tax is an indirect tax used in India on the supply of goods and services.
It is a comprehensive, multistage, destination-based tax: comprehensive because it has subsumed
almost all the indirect taxes except a few state taxes.
</body>
</html>
60
Priyanshu Kumar
61
Priyanshu Kumar
E Commerce
<html>
<head><title>E Commerce</title></head>
<body>
<h1>E Commerce</h1>
<p>Ecommerce, also known as electronic commerce or internet commerce, refers to the buying
and selling of goods or services using the internet, and the transfer of money and data to execute
these transactions.
</body>
</html>
62
Priyanshu Kumar
Environmental Science
<html>
<head><title>Environmental Science</title></head>
<body>
<h1>Environmental Science</h1>
<p>EVS means Environmental Studies. EVS is presented under three subject headings: History,
Geography and Science. EVS is concerned with the exploration, investigation, and development
of an understanding of the natural, human, social and cultural dimensions of local and wider
environments.
</body>
</html>
63
Priyanshu Kumar
Main
<HTML>
<HEAD>
<TITLE>
Priyanshu Assignment 24
</TITLE>
<BODY>
<OL><font size=5>
64
Priyanshu Kumar
</OL>
</BODY>
</HTML>
65
Priyanshu Kumar
66
Priyanshu Kumar
ASSIGNMENT-25
Joystick
<html>
<head><title>Joystick</title></head>
<body bgcolor="yellow">
<h1 align="center">Joystick</h1>
<hr>
<center><img src= "joystick.jpg" alt= "joystick" height="200" width= "300"
border="1"></center><IMG>
<p>A joystick is an input device consisting of a stick that pivots on a base and reports its angle
or direction to the device it is controlling
</body>
</html>
Keyboard
<html>
<head><title>Keyboard</title></head>
67
Priyanshu Kumar
<body bgcolor="pink">
<h1 align="center">Keyboard</h1>
<hr>
<center><img src= "keyboard.jpg" alt= "keyboard" height="300" width= "600"
border="1"></center><IMG>
<p>A computer keyboard is one of the primary input devices used with a computer. Similar to an
electric typewriter, a keyboard is composed of buttons that create letters, numbers, and symbols,
as well as perform other functions. The following sections provide more in-depth information
and answers to some of the more frequently asked questions about the keyboard.
</body>
Monitor
</html>
<html>
<head><title>Monitor</title></head>
<body bgcolor="cyan">
<h1 align="center">Monitor</h1>
<hr>
68
Priyanshu Kumar
Mouse
<html>
<head><title>Mouse</title></head>
<body bgcolor="cyan">
<h1 align="center">Mouse</h1>
<hr>
<center><img src= "mouse.jpg" alt= "mouse" height="200" width= "300"
border="1"></center><IMG>
69
Priyanshu Kumar
<p>A computer mouse (plural mice or mouses) is a hand-held pointing device that detects two-
dimensional motion relative to a surface. This motion is typically translated into the motion of a
pointer on a display, which allows a smooth control of the graphical user interface of a computer.
</body>
</html>
Printer
<html>
<head><title>Printer</title></head>
<body bgcolor="pink">
<h1 align="center">Printer</h1>
<hr>
<center><img src= "printer.jpg" alt= "printer" height="200" width= "300"
border="1"></center><IMG>
<p>In computing, a printer is a peripheral device which makes a persistent representation of
graphics or text, usually on paper.While most output is human-readable, bar code printers are an
example of an expanded use for printers. Converts digital signal to tangible material.The
different types of printers include, 3D printer, Inkjet printer, laser printer, thermal printer etc.
</body>
70
Priyanshu Kumar
</html>
Projector
<html>
<head><title>Projector</title></head>
<body bgcolor="yellow">
<h1 align="center">Projector</h1>
<hr>
<center><img src= "projector.jpg" alt= "projector" height="200" width= "300"
border="1"></center><IMG>
<p>A projector or image projector is an optical device that projects an image (or moving images)
onto a surface, commonly a projection screen. Most projectors create an image by shining a light
through a small transparent lens, but some newer types of projectors can project the image
directly, by using lasers. A virtual retinal display, or retinal projector, is a projector that projects
an image directly on the retina instead of using an external projection screen.
</body>
</html>
71
Priyanshu Kumar
Main
<HTML>
<TITLE> Priyanshu Assignment 25 </TITLE>
<BODY bgcolor="lavender">
<h1 align="center">COMPUTER DEVICES</h1>
<center><img src= "computer devices.jpg" alt= "input output devices" height="200" width=
"300" border="1"></center><IMG>
<HR color="blue">
<ol type="1.">
<LI font-size:125%"><B><U>INPUT DEVICES</U></B></LI>
<ol type="i">
<LI><a href="keyboard.html ">Keyboard<a></LI>
<LI><a href="mouse.html ">Mouse<a></LI>
<LI><a href="Joystick.html ">Joystick<a></LI>
</ol><HR color="blue">
<LI font-size:125%" ><B><U>OUTPUT DEVICES</U></B></LI>
<ol type="i">
72
Priyanshu Kumar
<LI><a href="Printer.html">Printer<a></LI>
<LI><a href="Monitor.html">Monitor<a></LI>
<LI><a href="Projector.html">Projector<a></LI>
</ol>
</BODY>
</HTML>
73
Priyanshu Kumar
ASSIGNMENT 26
Create a static web page which defines all text formatting tags of HTML in tabular format
<html>
<body>
<tr>
<th>Tag</th>
<th>Description</th>
</tr>
<tr>
<td>Br Tag</td>
</tr>
<tr>
<td>B Tag</td>
</tr>
<tr>
<td> I tag</td>
<td> The <i> tag will italicize the text inside the tag. </td>
74
Priyanshu Kumar
</tr>
<tr>
<td> the <u> tag will underline the text inside the tag. </td>
</tr>
</body>
</html>
75
Priyanshu Kumar
ASSIGNMENT-27
<html>
<head><title>Assignment 27 Priyanshu</title></head>
<body>
<hr>
<br>
<br>
<tr>
<th>Roll no</th>
<th>Name</th>
<th>Course</th>
<th>Marks</th>
</tr>
<tr>
76
Priyanshu Kumar
<td>1</td>
<td>Ajay Kumar</td>
<td>BBA</td>
<td>78</td>
</tr>
<tr>
<td>2</td>
<td>Kavita Sharma</td>
<td>BCA</td>
<td>62</td>
</tr>
<tr>
<td>3</td>
<td>Rohit Garg</td>
<td>BBA CAM</td>
<td>87</td>
</tr>
<tr>
<td>4</td>
<td>Pooja Kapoor</td>
<td>BBA</td>
77
Priyanshu Kumar
<td>67</td>
</tr>
<tr>
<td>5</td>
<td>Mohit Gupta</td>
<td>BBA CAM</td>
<td>72</td>
</tr>
</body>
</html>
78
Priyanshu Kumar
ASSIGNMENT-28
Create A Table Using Cellpadding, Cellspacing, Colspan And Rowspan Which Shows The
Prices Of Various Cars Of Different Brands.
<html>
<head><title>Assignment 28 Priyanshu</title></head>
<body>
<tr>
</tr>
<tr>
<th>Brands</th>
<th>Model</th>
<th>Price</th>
</tr>
<tr>
<td rowspan="3">Maruti</td>
<td>A</td>
<td>100000</td>
</tr>
79
Priyanshu Kumar
<tr>
<td>B</td>
<td>50000</td>
</tr>
<tr>
<td>C</td>
<td>70000</td>
</tr>
<tr>
<td rowspan="3">Honda</td>
<td>A</td>
<td>90000</td>
</tr>
<tr>
<td>B</td>
<td>79000</td>
</tr>
<tr>
<td>C</td>
<td>80000</td>
</body>
80
Priyanshu Kumar
</html>
81
Priyanshu Kumar
ASSIGNMENT-29
<html>
<head><title>Assignment 29 Priyanshu</title></head>
<body>
<tr>
</tr>
<tr>
</tr>
<tr>
<td>BBA</td>
<td>BCA</td>
<td>B.Tech</td>
<td>MBA</td>
82
Priyanshu Kumar
<td>MCA</td>
<td>M.Tech</td>
</tr>
<tr>
<td>240</td>
<td>120</td>
<td>100</td>
<td>200</td>
<td>100</td>
<td>80</td>
</tr>
</body>
</html>
83
Priyanshu Kumar
84
Priyanshu Kumar
ASSIGNMENT-30
Design a web page to display the following table with hyperlinks on department name for every
information inside the table.
Computer Science
<html>
<head><title>Computer Science</title></head>
<body bgcolor="yellow">
<h1>Computer Science</h1>
processes that interact with data and that can be represented as data in
85
Priyanshu Kumar
</body>
</html>
Maths
<html>
<head><title>Maths</title></head>
<h1>Maths</h1>
</body>
86
Priyanshu Kumar
</html>
Chemistry
<html>
<head><title>Chemistry</title></head>
<body bgcolor="yellow">
<h1>Chemistry</h1>
<p>Chemistry is the study of matter, its properties, how and why substances
with energy.
</body>
</html>
87
Priyanshu Kumar
Commerce
<html>
<head><title>Commerce</title></head>
<body bgcolor="pink">
<h1>Commerce</h1>
economic agents.
</body>
</html>
88
Priyanshu Kumar
Main
<html>
<head><title>Assignment 30 Priyanshu</title></head>
<body bgcolor="grey">
align="center" bgcolor="pink">
<tr>
</tr>
89
Priyanshu Kumar
<tr>
<td>UG</td>
<td>PG</td>
</tr>
<tr>
<td>1</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>2</td>
<td><a href="Maths.html">Maths</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>3</td>
<td>No</td>
<td>Yes</td>
90
Priyanshu Kumar
</tr>
<tr>
<td>4</td>
<td><a href="Commerce.html">Commerce</td></td>
<td>Yes</td>
<td>Yes</td>
</tr>
</body>
</html>
91
Priyanshu Kumar
ASSIGNMENT-31
Design a HTML web page of your favourite movie. Give an attractive background colour and
image.
name
<html>
<head>
<title>name</title>
</head>
<body bgcolor="black">
</body>
</html>
92
Priyanshu Kumar
Image
<html>
<head>
<title> image</title>
</head>
<body bgcolor="red">
</body>
</html>
93
Priyanshu Kumar
Description
<html>
<head>
<title> description</title>
</head>
<body bgcolor="red">
K.G.F: Chapter 1
K.G.F: Chapter 1 is a 2018 Indian Kannada-language period action film written and directed by
Prashanth Neel, and produced by Vijay Kiragandur under the banner Hombale films. It is the
first instalment in the two-part series, followed by K.G.F: Chapter 2. The film centres around
Raja Krishnappa Bairya "Rocky", born into poverty, who arrives in Bombay (now Mumbai) in
the 1960s, on a quest for power and wealth as desired by his dying mother. Involved with the
gold mafia there, he is recruited to kill Garuda, the oppressive heir-in-waiting, in Kolar Gold
Fields. Yash stars as Rocky, while Ramachandra Raju features as Garuda. Anant Nag narrates
the film while also playing a supporting role alongside Srinidhi Shetty, Vasishta N. Simha,
Ayyappa P. Sharma and Harish Rai. At the 66th National Film Awards, the film won 2 awards
for Best Action and Best Special Effects. The film is a blockbuster in Kannada Film Industry as
well as Indian Cinema.
The development of the film began in early 2015 when Neel completed writing the screenplay.
However, filming began only two years later, in March 2017. Majority of the film is set in Kolar
Gold Fields and was filmed on location. Bhuvan Gowda served as the cinematographer and
Shrikanth as the editor. Ravi Basrur scored music for the soundtrack and the film's background.
</body>
</html>
94
Priyanshu Kumar
95
Priyanshu Kumar
Main
<html>
<head>
</head>
<noframes>
</noframes>
</frameset>
</html>
96
Priyanshu Kumar
ASSIGNMENT-32
Top
<html>
<head>
</head>
<body bgcolor="pink">
</body>
</html>
97
Priyanshu Kumar
mobile image
<html>
<head>
<title> image</title>
</head>
<body bgcolor="grey">
</body>
</html>
98
Priyanshu Kumar
Mobile description
<html>
<head>
<title> description</title>
</head>
<body bgcolor="pink">
<br>640x1136 pixels
99
Priyanshu Kumar
<br>2160p
<br>2GB RAM
<br>Apple A9
<br>1624mAh
</body>
</html>
Shoe image
<html>
<head>
<title> image</title>
</head>
<body bgcolor="red">
100
Priyanshu Kumar
</body>
</html>
Shoe description
<html>
<head>
<title> description</title>
</head>
<body bgcolor="green">
<br>Wildcraft
<br>Color- Grey
101
Priyanshu Kumar
<br>Occasion- Casual
</body>
</html>
<html>
<head>
<title> image</title>
</head>
<body bgcolor="green">
</body>
</html>
102
Priyanshu Kumar
<html>
<head>
<title> description</title>
</head>
<body bgcolor="green">
<br>Brand: HP
103
Priyanshu Kumar
<br>Width- 5.7 mm
<br>Height- 16.8 mm
<br>Depth- 5.5 mm
<br>Weight- 7.7 g
<br>Other Features- System Requirements: Windows 7, Windows 8, Windows 10, Mac OS 10.3 and
Android 4.0 or Above, Easily Look Files, Plug and Play
</body>
</html>
Shirt Image
<html>
<head>
<title> image</title>
</head>
<body bgcolor="red">
104
Priyanshu Kumar
</body>
</html>
Shirt description
<html>
<head>
<title> description</title>
</head>
105
Priyanshu Kumar
<body bgcolor="blue">
<br>Fit- Regular
<br>Pattern- Solid
<br>Reversible- No
<br>Collar- Slim
<br>Color- Blue
</body>
</html>
106
Priyanshu Kumar
Main output
<html>
<head>
</head>
<frameset rows="20%,80%">
<frameset cols="30%,70%">
<frame name="left">
<frame name="right">
</frameset>
</frameset>
</html>
107
Priyanshu Kumar
108
Priyanshu Kumar
109
Priyanshu Kumar
ASSIGNMENT-33
List description
<html>
<head>
<title>list description</title>
</head>
<body bgcolor="yellow">
<marquee><b>list Description</b></marquee><p>
<p><b>HTML Lists</b>
All lists may contain one or more list elements. There are three different
In the ordered HTML lists, all the list items are marked with numbers by
default. <p>
<p>The ordered list starts with < ol > tag and the list items start with <
110
Priyanshu Kumar
List</a>
In HTML Unordered list, all the list items are marked with bullets. <p>
It is also known as bulleted list also. The Unordered list starts with < ul
> tag and list items start with the < li > tag. <a
HTML Description list is also a list style which is supported by HTML and
XHTML. <p>
dictionary or encyclopedia.
List</a>
</body>
111
Priyanshu Kumar
</html>
<html>
<head>
</head>
<body bgcolor="blue">
<ol>
<li>BBA</li>
<li>B.COM</li>
<li>BCA</li>
112
Priyanshu Kumar
</ol>
</body>
</html>
<html>
<head>
</head>
<body bgcolor="green">
<ul>
<li>BBA</li>
113
Priyanshu Kumar
<li>B.COM</li>
<li>BCA</li>
</ul>
</body>
</html>
<html>
<head>
</head>
<body bgcolor="red">
114
Priyanshu Kumar
<dl>
<dt>BBA</dt>
<dt>B.COM</dt>
<dd>-Bachelor of Commerce.</dd>
<dt>BCA</dt>
</dl>
</body>
</html>
Table description
<html>
115
Priyanshu Kumar
<head>
<title>table description</title>
</head>
<body bgcolor="yellow">
<marquee><b>Table Description</b></marquee><p>
HTML table tag is used to display data in tabular form (row * column). <p>
element, with the help of < tr > , < td >, and < th> elements.
In Each table, table row is defined by < tr > tag, table header is defined
You can use border attribute of table tag in HTML to specify border. <a
116
Priyanshu Kumar
</html>
117
Priyanshu Kumar
Example of Table
<html>
<head>
<title>Table example</title>
</head>
<body bgcolor="orange">
<marquee><b>Example of Table</b></marquee>
<tr><th>First_Name</th><th>Last_Name</th><th>Marks</th></tr>
<tr><td>Pinto</td><td>Singh</td><td>82</td></tr>
<tr><td>Happy</td><td>Singh</td><td>77</td></tr>
<tr><td>Amar</td><td>Sharma</td><td>91</td></tr>
118
Priyanshu Kumar
<tr><td>Sparsh</td><td>Pandey</td><td>67</td></tr>
</table>
</body>
</html>
Frame Description
<html>
<head>
<title>Frame description</title>
</head>
<body bgcolor="yellow">
<marquee><b>Frame Description</b></marquee><p>
119
Priyanshu Kumar
HTML < frame> tag define the particular area within an HTML file
The < frameset> element holds one or more < frame> elements. Each < frame>
The < frameset> element specifies HOW MANY columns or rows there will
Frame Example</a>
Example</a>
</body>
</html>
120
Priyanshu Kumar
<html>
<head>
</head>
<frameset cols="33.33%,33.33%,33.34%">
<frame src="unorderedlistexample.html">
<frame src="definitionlistexample.html">
</frameset>
</body>
</html>
121
Priyanshu Kumar
<html>
<head>
</head>
<frameset rows="33.33%,33.33%,33.34%">
<frame src="unorderedlistexample.html">
<frame src="definitionlistexample.html">
</frameset>
</body>
</html>
122
Priyanshu Kumar
Menu
<html>
<head>
<title>Menu</title>
</head>
<body bgcolor="pink">
MAIN MENU
</body>
</html>
123
Priyanshu Kumar
Main
<html>
<head>
</head>
<frameset cols="30%,70%">
<frameset rows="50%,50%">
<frame name="a">
<frame name="b">
</frameset>
</frameset>
124
Priyanshu Kumar
</html>
125
Priyanshu Kumar
126
Priyanshu Kumar
127
Priyanshu Kumar
ASSIGNMENT-34
FORM 1
<html>
<head>
</head>
<body bgcolor="Lavender">
<form>
<b>
128
Priyanshu Kumar
</form>
</body>
</html>
FORM 2
<html>
<head>
</head>
<body bgcolor="lavender">
129
Priyanshu Kumar
Form</marquee><h2>
---------------------------------------------------------->
<tr>
<td>FIRST NAME</td>
</td>
</tr>
---------------------------------------------------------->
<tr>
<td>LAST NAME</td>
</td>
</tr>
-------------------------------------------------------->
<tr>
<td>DATE OF BIRTH</td>
130
Priyanshu Kumar
<td>
<option value="-1">Day:</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
131
Priyanshu Kumar
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
</select>
<option value="-1">Month:</option>
<option value="January">Jan</option>
<option value="February">Feb</option>
<option value="March">Mar</option>
<option value="April">Apr</option>
<option value="May">May</option>
<option value="June">Jun</option>
<option value="July">Jul</option>
132
Priyanshu Kumar
<option value="August">Aug</option>
<option value="September">Sep</option>
<option value="October">Oct</option>
<option value="November">Nov</option>
<option value="December">Dec</option>
</select>
<option value="-1">Year:</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
<option value="2005">2005</option>
<option value="2004">2004</option>
<option value="2003">2003</option>
<option value="2002">2002</option>
<option value="2001">2001</option>
<option value="2000">2000</option>
<option value="1999">1999</option>
133
Priyanshu Kumar
<option value="1998">1998</option>
<option value="1997">1997</option>
<option value="1996">1996</option>
<option value="1995">1995</option>
<option value="1994">1994</option>
<option value="1993">1993</option>
<option value="1992">1992</option>
<option value="1991">1991</option>
<option value="1990">1990</option>
<option value="1989">1989</option>
<option value="1988">1988</option>
<option value="1987">1987</option>
<option value="1986">1986</option>
<option value="1985">1985</option>
<option value="1984">1984</option>
<option value="1983">1983</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980">1980</option>
</select>
</td>
</tr>
134
Priyanshu Kumar
<!----- Email Id
---------------------------------------------------------->
<tr>
<td>EMAIL ID</td>
</tr>
---------------------------------------------------------->
<tr>
<td>MOBILE NUMBER</td>
<td>
</td>
</tr>
<tr>
<td>GENDER</td>
<td>
135
Priyanshu Kumar
</td>
</tr>
<tr>
</tr>
<tr>
<td>CITY</td>
</td>
</tr>
---------------------------------------------------------->
<tr>
<td>PIN CODE</td>
(6 digit number)
</td>
</tr>
136
Priyanshu Kumar
<tr>
<td>STATE</td>
</td>
</tr>
<tr>
<td>COUNTRY</td>
/></td>
</tr>
<tr>
<td>
Drawing
Singing
Dancing
137
Priyanshu Kumar
Sketching
<br />
Others
</td>
</tr>
<!-----
Qualification---------------------------------------------------------->
<tr>
<td>
<table>
<tr>
<td align="center"><b>Sl.No.</b></td>
<td align="center"><b>Examination</b></td>
<td align="center"><b>Board</b></td>
<td align="center"><b>Percentage</b></td>
</tr>
138
Priyanshu Kumar
<tr>
<td>1</td>
<td>Class X</td>
</tr>
<tr>
<td>2</td>
<td>Class XII</td>
</tr>
<tr>
<td>3</td>
<td>Graduation</td>
</tr>
<tr>
139
Priyanshu Kumar
<td>4</td>
<td>Masters</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
BCA
B.Com
140
Priyanshu Kumar
B.Sc
B.A
</td>
</tr>
<tr>
</td>
</tr>
</table>
</form>
</body>
</html>
141
Priyanshu Kumar
142
Priyanshu Kumar
ASSIGNMENT-35
<html>
<head>
<title>Login Page</title>
</head>
<body bgcolor="lavender">
<center><form>
<img src="FACEBOOK.PNG"><br>
<br><h1>
value="reset"></h1>
</form></center>
</body>
</html>
143
Priyanshu Kumar
144
Priyanshu Kumar
ASSIGNMENT-36
<html>
<head>
<title>Priyanshu Assignment 36</title></head>
<body bgcolor="tan">
<h1 align="center"><marquee>Student Registration Form</marquee></h1>
<form>
<fieldset><legend>Basic Information</legend>
First Name: <input type="text" name="tb1"><br><br>
Last Name: <input type="text" name="tb2"><br><br>
Birth Date: <input type="text" name="tb3"><br><br>
Gender: <input type="radio" name="tb4">Male<input type="radio"
name="tb4">Female<input type="radio" name="tb4">Other
<br><br>
Address:<textarea rows="4" cols="22"></textarea><br><br>
Phone No:<input type="text" name="tb5"><br><br><br>
City:<select>
<option value="Delhi">Delhi</option>
<option value="Pune">Pune</option>
<option value="Jaipur">Jaipur</option>
<option value="Agra">Agra</option>
<option value="Amritsar">Amritsar</option>
<option value="Varanasi">Varanasi</option>
</select>
</fieldset>
145
Priyanshu Kumar
<fieldset>
<legend>Extra Informatiom</legend>
Intrests: <input type="checkbox">Arts<input type="checkbox">cinema<input
type="checkbox">Video Games<br><br>
Favourite Colour:<input type="color"><br><br><br>
</fieldset>
<input type="Submit" value="Send Data"><input type="Reset" value="Reset
Form">
</form>
</body>
</head>
</html>
146
Priyanshu Kumar
147
Priyanshu Kumar
ASSIGNMENT-37
Anchor
<html>
<head><title>Anchor</title></head>
<body bgcolor="aqua">
<h1 align="center">Anchor</h1>
The < a> tag defines a hyperlink, which is used to link from one page to
another.
The most important attribute of the < a> element is the href attribute,
which indicates the link's destination.<br>
<p> There are 2 types of links to pages that are available in html i.e.
Internal Link and External Link
<dl><dd><i><u>Internal Link</u></i></dd>
<dt>It is a link in the website that navigates the visitor to another
page or same page in your website.<br>
In internal link, ".html" is used.
For Example:< a href="__________.html"> File</ a></dt><br><br>
148
Priyanshu Kumar
Font
<html>
<head><title>Font Styles and Images</title></head>
<body bgcolor="coral">
<h1 align="center">Font Styles and Images</h1>
<h3><u>Font tag</u></h3>
The <font> tag defines the font characteristics. Size, color and typeface
are defined by the size, color and face attributes.
<h4><i>Syntax</i></h4>
The <font> tag comes in pairs. The content is written between the opening
(< font>) and closing (</ font>) tags.
i.e.< font>______________</ font>.
<h4><i>Attributes</i></h4>
<table border="1" cellpadding="5">
<tr><th>Attribute</th>
<th>Value</th>
<th>Description</th></tr>
<tr><td>color</td>
<td> rgb (x, x, x)<br>#xxxxxx<br>colorname</td>
<td>Sets the color of the text. </td></tr>
<tr><td>size</td>
<td>number</td>
<td>Sets the size of the text.</td></tr>
<tr><td>face</td>
<td>font_family</td>
<td>Sets the typeface.</td></tr>
</table>
<hr size="3">
149
Priyanshu Kumar
<h3><u>Image Tag</u></h3>
The < img> tag defines an image in an HTML page.
The < img> tag has two required attributes: src and alt.
<h4><i>Attributes</i></h4>
<table border="1" cellpadding="5">
<tr><th>Attribute</th>
<th>Value</th>
<th>Description</th></tr>
<tr><td>src</td>
<td>URL</td>
<td>Specifies the URL of an image</td></tr>
<tr><td>align</td>
<td>top<br>bottom<br>middle<br>left<br>right</td>
<td>Specifies the alignment of an image according to surrounding
elements</td></tr>
<tr><td>border</td>
<td>pixels</td>
<td>Specifies the width of the border around an image</td></tr>
<tr><td>height</td>
<td>pixels</td>
<td>Specifies the height of an image</td></tr>
<tr><td>width</td>
<td>pixels</td>
<td>Specifies the width of an image</td></tr>
</table><br><br><br>
<font size="10"><a href="homepage.html" >HOME</a></font>
</body>
</html>
150
Priyanshu Kumar
Fornatting
<html>
<head><title>Formatting Styles and Headings</title></head>
<body bgcolor="khaki">
<h1 align="center">Formatting Styles and Headings</h1>
In HTML, a number of elements are used to format text. The formatting tags
are divided into two groups: physical tags, that are used to style the
text (visual appearance of the text) and logical or semantic tags that add
semantic value to the text parts.<br>
Following are the various formatting tags in HTML:
<dl>
<dt>Bold</dt>
<dd>The < b> tag is a physical tag that stands for bold text i.e. makes
the enclosed text bold.
For Example: < b> This is an appple.</ b><br>
<b> This is an appple.</b></dd>
<br>
<dt>Italics</dt>
<dd>The < i> tags define italic text. The < i> tag is responsible for
visual appearance of the enclosed text.
For Example: < i> This is an appple.</ i><br>
<i> This is an appple.</i></dd>
<br>
<dt>Underline</dt>
<dd>The content enclosed in the < u> tag is displayed as underlined.
For Example: < u> The stars and the Moon.<br></ u>
<u> The stars and the Moon.</u></dd>
151
Priyanshu Kumar
<br>
<dt>Strike</dt>
<dd>This tag strikes out the text enclosed in the < strike> tag.
For Example: < strike> Social</ strike><br>
<strike> Social</strike></dd>
<br>
<dt>Subscript</dt>
<dd>The < sub> tag defines subscript texts. Subscript text is under the
baseline of other symbols of the line and has smaller font.
For Example: H< sub>2< sub>O<br>H<sub>2<sub></dd>
<br>
<dt>Superscript</dt>
<dd>The < sup> tag defines superscript, that is set slightly above the
normal line of type and is relatively smaller than the rest of the text.
For Example: H< sup>2</ sup><br>H<sup>2</sup></dd>
<br>
<dt> Headings</dt>
<dd>The < h1>-< h6> tags are used to define HTML headings. There are 6
levels of headings in HTML, the < h1> defines the most and the < h6> least
important headings.
For Example: < h3> Apple</ h3><h3> Apple</h3></dd>
</dl>
<br><br><br>
<font size="10"><a href="homepage.html" >HOME</a><font>
</body>
</html>
Marquee
<html>
152
Priyanshu Kumar
<head><title>Marquee</title></head>
<body bgcolor="cyan">
<h1 align="center">Marquee</h1>
<h4><i>Definition</i></h4>
The HTML < marquee> tag defines a scrolling text area in the HTML document
that moves across the page in a horizontal or vertical direction. By
default, text found within the < marquee> tag will scroll from right to
left.
<h4><i>Attributes</i></h4>
<table border="1" cellpadding="3">
<tr><th>Attribute</th>
<th>Description</th></tr>
<tr><td>bgcolor</td>
<td>Background color</td></tr>
<tr><td>direction</td>
<td>Direction that the text scrolls. It can be one of the following
values: left, right, up, down. The default value is left if the direction
attribute is not specified.</td></tr>
<tr><td>height</td>
<td>Height of the marquee (expressed in either pixels or
percent)</td></tr>
<tr><td>width</td>
<td>Width of the marquee (expressed in either pixels or
percent)</td></tr>
<tr><td>scrollamount</td>
<td>The amount of scrolling (in pixels) for each interval. The default
value is 6 if the scrollamount is not specified</td></tr>
<tr><td>loop</td>
<td>The number of times that the text will scroll. The default value
is -1 which means that the marquee will loop continuously.</td></tr>
<tr><td>behavior</td>
<td>The behavior of how the text scrolls. It can be one of the
following values: alternate, scroll, slide</td></tr>
</table><br><br><br>
<font size="10"><a href="homepage.html" >HOME</a></font>
</body>
</html>
153
Priyanshu Kumar
Other Formatting
<html>
<head><title>Other Tags</title></head>
<body bgcolor="orange">
<h1 align="center">Other Tags</h1>
<b> Br</b>
The HTML < br> element produces a line break in text (carriage-return). It
is useful for writing a poem or an address, where the division of lines is
significant.
<hr size="3">
<b> Hr</b>
The HTML < hr> tag is used to insert a horizontal line in a webpage.
<hr size="3">
<b>Pre</b>
The <pre> tag in HTML is used to define the block of preformatted text
which preserves the text spaces, line breaks, tabs, and other formatting
characters which are ignored by web browsers. Text in the < pre> element
is displayed in a fixed-width font.
<hr size="3">
<b>P</b>
The < p> tag defines a paragraph. Browsers automatically add some space
(margin) before and after each < p> element.
<hr size="3">
<b>Table</b>
The <table> tag defines an HTML table.
An HTML table consists of the < table> element and one or more < tr>, <
th>, and < td> elements.<br>
154
Priyanshu Kumar
The < tr> element defines a table row, the < th> element defines a table
header, and the < td> element defines a table cell data.
A more complex HTML table may also include < caption>, < col>, < colspan>,
< rowspan> and many more such elements.
<hr size="3">
<b>Form</b>
The < form> tag is used to create an HTML form for user input.
<p>The < form> element can contain one or more of the following form
elements:
< input><br>
< textarea><br>
< button><br>
< select><br>
< option><br>
< fieldset><br><br><br><br>
<font size="10"><a href="homepage.html" >HOME</a></font>
</body>
</html>
Main
<html>
<head><title> HTML TUTORIAL</title></head>
<body background="image1.jpg">
<h1><marquee scrollamount="15"> HTML TUTORIAL</marquee></h1>
155
Priyanshu Kumar
156
Priyanshu Kumar
157
Priyanshu Kumar
158