E-Commerce Practical File
E-Commerce Practical File
E-Commerce Lab
PRACTICAL FILE
Assignment 1
Ques: Create a web page of your name using various heading tags.
CODING:
<HTML>
<HEAD></HEAD>
<H1>HEADING1</H1>
<H2>HEADING2</H2>
<H3>HEADING3</H3>
<H4>HEADING4</H4>
<H5>HEADING5</H5>
<H6>HEADING6</H6>
</BODY>
</HTML>
SCREENSHOT:
2
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
Assignment 2
QUES: Design a web page according to the format given below using heading tag with your
name displayed on top:
Heading Elements
Summary
Examples
Example 1
Example 2
See also
CODING:
<HTML>
<HEAD>
<TITLE>IINTM</TITLE>
</HEAD>
<BR>
</H2><U>VISION</H2></U>
<BR>
3
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
</H3><U>COURSES</H3></U>
<P>BBA
<BR>
BCA
<BR>
BCOM</P>
</BODY></HTML>
SCREENSHOT:
4
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 3
CODING:
<HTML>
<HEAD></HEAD>
<BODY>
</BODY>
</HTML>
SCREENSHOT:
5
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 4
QUES: Design a web page describing yourself using single and multiline comments. Also
use <br> tag.
CODING:
<HTML>
<HEAD></HEAD>
<BODY>
</BODY>
</HTML>
SCREENSHOT:
6
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 5
QUES: Create a HTML file for displaying a webpage with below mentioned Tags:
1. Bold
2. Italics
3. Underline
4. Alignment
5. Paragraph
Note: The file should contain a brief description about the above mentioned
CODING:
<HTML>
<HEAD>
<TITLE>MISCELLANEOUS</TITLE>
<BODY>
<b>THIS IS USED TO BOLD THE TEXT </b><!--THIS TAG IS USED TO BOLD THE
TEXT--><BR>
7
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
</HEAD>
</BODY>
</HTML>
SCREENSHOT:
8
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 6
QUES: 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 above mentioned tags
CODING:
<html>
<body bgcolor="pink">
<font color="blue">Color attribute is used to specify the text color inside the font tag.</font><br>
<h3>Heading tags are defined with the h1 to h6 tags .H1 defines the most important heading. H6
defines the least important heading.<h3><br>
<bgcolor="pink">Background color attribute is used with the body tag, to add color in
background.</bgcolor><br>
</body>
</html>
9
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
Screenshot:
10
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
Assignment 7
Ques:
Write the following chemical equations using Html Tags :
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
CODING:<html>
<head>
<title>7</title>
</head>
<body>
<br>
<br>
<br>
<br>
<br>
2 KNO<sub>3</sub> + H<sub>2</sub>CO<sub>3</sub> =
K<sub>2</sub>CO<sub>3</sub> + 2 HNO<sub>3</sub>
</body>
</html>
11
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
12
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 8
CODING:
<html>
<head>
<title>...</title>
</head>
<body bgcolor="cadetblue">
<hr>
<h2><u>Educational Qualifications</h2></u>
<pre>
</pre>
<hr>
<hr>
<h2><u>Strengths</h2></u>
13
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<pre>1. Motivated
2. Attentive
</pre>
<hr>
<h2><u>Hobbies</h2></u>
<pre>1. Music
2. Painting
</pre>
<hr>
<h2><u>Personal Details</h2></u>
<pre>Name - ABC
Phone - 0000000000
Address - Abc,abc
</body>
</html>
14
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
15
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 9:
QUES: Create a web page to display your family information with background and other
formatting.
CODING:
<HTML>
<HEAD>
<TITLE>FAMILY INFORMATION</TITLE>
</HEAD>
<BODY BACKGROUND="https://cdn1.vectorstock.com/i/1000x1000/65/05/parents-and-
kids-icon-family-and-cute-people-vector-9896505.jpg">
</PRE>
</BODY>
</HTML>
SCREENSHOT:
16
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 10
CODING:
<HTML>
<TITLE>
</TITLE>
<BODY BGCOLOR="YELLOW">
<HR>
<U> VEGETABLES</U>
<UL>
17
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<LI STYLE="COLOR:BLUE;">ONION</LI>
<LI STYLE="COLOR:BLACK;">RADDISH</LI>
<LI STYLE="COLOR:GREY;">POTATO</LI>
<LI STYLE="COLOR:ORANGE;">CARROT</LI>
</UL>
<U>FRUITS</U>
<UL>
<LI STYLE="COLOR:MAROON;">APPLE</LI>
<LI STYLE="COLOR:GREEN;">BANANA</LI>
<LI STYLE="COLOR:MAROON;">WATERMELON</LI>
<LI STYLE="COLOR:BLUE;">MANGO</LI>
<LI STYLE="COLOR:RED;">GRAPES</LI>
</UL>
</H1>
<HR>
<U>NEWSPAPERS</U>
<UL TYPE="CIRCLE">
</UL>
<U>MAGAZINES</U>
<UL TYPE="CIRCLE">
18
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<LI STYLE="COLOR:GREEN;">BUSINESS TIMES</LI>
</UL>
</BODY>
</HTML>
SCREENSHOT:
19
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 11
CODING:
<html>
<body>
<ul><li>Android</li>
<li>Blackberry</li>
<li>iPhone</li>
<li>Windows Phone</li></ul><br>
<h2>Mobile Manufacturers</h2><br>
<ul><li>Samsung</li>
<li>HTC</li>
<li>Micromax</li>
<li>Apple</li></ul>
</body>
</html>
20
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
21
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 12
QUES: Design a web page to display the names of Beverages, Dishes & Desserts using
Unordered Lists
CODING:
<html>
<body><h2>Beverages</h2><br>
<ul><li>Milk</li>
<li>Water</li>
<li>Tea</li>
<li>Coffe</li>
<li>Energy Drink</li></ul><br>
<h2>Dishes</h2><br>
<ul><li>Hamburger</li>
<li>Pizza</li>
<li>McPuff</li>
<li>Fries</li>
<li>Pasta</li></ul><br>
<h2>Desserts</h2><br>
<ul><li>Ice Cream</li>
<li>Cake</li>
<li>Brownies</li>
<li>Cookies</li>
<li>Apple Pie</li></ul><br>
</body></html>
22
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
23
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 13
1.Use different font styles and colours for Input and Output Devices. Also use Marquee Tag
in Input and Output Devices Heading.
CODING:
<HTML>
<HEAD></HEAD>
<BODY>
<H1><U><OL><LI>INPUT DEVICES</LI></U>
<OL TYPE="I"><LI>KEYBOARD</LI>
<LI>MOUSE</LI>
<LI>JOYSTICK</LI>
<LI>SCANNER</LI></OL></H1>
24
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<OL TYPE="a"><LI>FLAT BED SCANNER</LI>
<HR><LI>OUTPUT DEVICES</LI>
<OL TYPE="1"><LI>MONITOR</LI>
<OL TYPE="a"><LI>LCD</LI>
<LI>CRT</LI></OL>
<LI>PRINTERS</LI>
SCREENSHOT:
25
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 14
QUES: Design a web page to display the different courses available in your Institute. Show
the use of different types of Ordered Lists
CODING:
<html>
<body>
<h1 align="center"><u>IINTM</u></h1><br>
<ol><li>MPOB</li>
<li>BM</li>
<li>FAA</li>
<li>ITB</li>
<li>ITB Lab</li></ol>
<li>Second Semester</li>
<ol><li>CA</li>
<li>DTB</li>
<li>BE</li>
<li>E-Comm</li>
<li>E-Comm Lab</li></ol>
<li>Third Semester</li>
<ol><li>BL</li>
<li>MM</li>
<li>HRM</li>
<li>MA</li>
<li>BRM</li></ol>
26
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<li>Fourth Semester</li>
<ol><li>BA</li>
<li>FM</li>
<li>CGESRS</li>
<li>ITL</li>
<li>MOOC</li></ol>
<li>Fifth Semester</li>
<ol><li>GST</li>
<li>BPS</li>
<li>ISM</li>
<li>ISM Lab</li>
<li>STR</li></ol>
<li>Sixth Semester</li>
<ol><li>PM</li>
<li>DM</li>
<li>ED</li>
<li>MP</li></ol></ol><BR>
<li>B.COM(H)</li>
<ol><li>MPOB</li>
<li>FA</li>
<li>ME</li>
<li>BC</li>
<li>CA</li></ol>
<li>Second Semester</li>
<ol><li>BM</li>
27
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<li>BL</li>
<li>ME</li>
<li>CA</li>
<li>BS</li></ol>
<li>Third Semester</li>
<ol><li>MM</li>
<li>MA</li>
<li>HRM</li>
<li>BECSR</li>
<li>BS</li></ol>
<li>Fourth Semester</li>
<ol><li>FFM</li>
<li>CA</li>
<li>IE</li>
<li>FM</li>
<li>RM</li></ol>
<li>Fifth Semester</li>
<ol><li>ITL</li>
<li>ED</li>
<li>ISM</li>
<li>ISM Lab</li>
<li>STR</li></ol>
<li>Sixth Semester</li>
<ol><li>GST</li>
<li>E-Comm</li>
<li>ES</li>
<li>E-Comm Lab</li>
28
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<li>RP</li></ol></ol><BR>
<li>BCA</li>
<ol><li>Maths</li>
<li>TC</li>
<li>IPL</li>
<li>IT</li>
<li>Physic</li></ol>
<li>Second Semester</li>
<ol><li>Maths</li>
<li>PM</li>
<li>DE</li>
<li>DSU</li>
<li>DMS</li></ol>
<li>Third Semester</li>
<ol><li>Maths</li>
<li>CA</li>
<li>VD</li>
<li>PA</li>
<li>C++</li></ol>
<li>Fourth Semester</li>
<ol><li>Maths</li>
<li>WT</li>
<li>JP</li>
<li>SE</li>
<li>CN</li></ol>
29
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<li>Fifth Semester</li>
<ol><li>OS</li>
<li>CG</li>
<li>E-Comm</li>
<li>ST</li>
<li>ACN</li></ol>
<li>Sixth Semester</li>
<ol><li>DM</li>
<li>MC</li>
<li>LE</li>
<li>AI</li>
<li>NP</li></ol></ol></ol>
</body></html>
SCREENSHOT:
30
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
31
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 15
CODING:
<HTML>
<HEAD>
<TITLE›/TITLE>
<BODY>
<DL>
<DT>SCHOOL</DT>
<DT>TEACHER</DT>
‹DT>BOOK</DT>
</DL>
</BODY>
</HTML>
32
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
ASSIGNMENT 16
33
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
QUES: Write A Code For Creating Definition List That Shows various input and
output devices With Description.
INPUT DEVICES
Keyborad
It is a type of input device used to take input from the user.
Mouse
It is a a small movable Device that lets you control a range of things on a
computer.
OUTPUT DEVICES
Printer
It is a type of output device to take a hard copy of the computers output.
Monitor
It is an output device used to display the output on the screen
CODING:
<HTML>
<HEAD>
<TITLE></TITLE>
<BODY>
<DL>
<DT>KEYBOARD</DT>
<DT>MOUSE</DT>
<DD>it is a a small movable Device that lets you control a range of things on a
computer</dd>
<dt>PRINTER</dt>
<dd>it is a type ol output device to take a hard copy of the computer output</dd>
<dd>MOUSE</DD>
</head>
34
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
</body>
</html>
SCREENSHOT:
ASSIGNMENT 17
35
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
QUES: Create a web page to show the ordered, unordered and definition list with respect to
college courses.
COURSES
1. BBA
A. SUBJECTS
ITB
CA
FA
E-COMMERCE
B. Eligibility Criteria
Passed 12th Class of 10+2 of CBSE or equivalent with a minimum of 50% marks in
aggregate and must also have passed English (core or elective or functional) as a
subject.
2. BCA
The three-year BCA programme is affiliated to Guru Gobind
Singh Indraprastha University. It focuses on preparing
students through innovative pedagogy for a competitive
professional environment, thoughtful inquiry, vigorous skill
development and insightful discourse among students. This
approach is designed to help students to achieve
excellence in their careers in research, consultancy and
analytics.
A. SUBJECTS
CA
C++
Computer networks
JAVA
B. Eligibility Criteria
36
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
Passed 12th Class of 10+2 of CBSE or equivalent with a minimum of 50%
marks in aggregate with pass in English (core or elective or functional)
and Mathematics or Computer Science/Informatics Practice/Computer
Applications.
3. BCOM
The three year B.Com(Hons.) programme is affiliated to Guru Gobind Singh
Indraprastha University. It is divided into six semesters. The programme aims to
provide to the students the knowledge, understanding and skills that build the
foundation for all disciplines of Commerce.
A. SUBJECTS
Ecommerce
EVS
Cost Accounting
Technical Communication
B. Eligibility Criteria
50% in aggregate in 10+2 examination/senior school certificate
examination of CBSE as minimum marks with pass in five subjects (One
language and four elective subjects) or an examination recognized as
equivalent.
CODING:
<html>
<head></head>
<body>
<dt>COURSES</dt>
<ol type="1">
<dl>
<li>BBA</li>
<dd>The three-year bba programmeis affliated to guru gobind singh indraprastha university.it
is designed to equip students with strong conceptual knowledgeand thinking skills to manage
integrated business operations.The programme aims to ensure that students acquire
appropriate skill set to take on hurdles at the workplace across sectors such as banking,Fast
moving consumer goods(FMCGs),Manufacturing,telecom and logistics.</dd>
<ol type="a">
<li>subjects</li>
37
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<ul>
<li>ITB</li>
<li>CA</li>
<li>FA</li>
<li>E-COMMERCE</li>
</ul>
<li>Eligibility Criteria</li>
<dd>Passed 12th class of 10+2 of CBSE or equivalent with a minimum of 50% marks in
aggergate and must also have passed english (core or elective or functional) as a
subject.</dd>
<ol type="1">
<li>BCOM</li>
<OL type="a">
<li>SUBJECTS</LI>
<ul>
<li>CA</li>
<li>C++</li>
<li>COMPUTER NETWORKS</Li>
<li>JAVA</li>
</ul>
<li>Eligibility Criteria</li>
<ol type="1">
38
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<li>BCOM</LI>
<ol type="a">
<li> SUBJECTS</LI>
<UL>
<LI>E-COMMERCE</LI>
<LI>EVS</LI>
<LI>COST ACCOUNTING</LI>
<LI>TECHNICAL COMMUNICATION</LI>
</UL>
<LI>ELIGIBILITY CRITERIA</LI>
SCREENSHOT:
39
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 18
QUES: Design a web page to show the college information along with background
image.
CODING:
<html>
<head><title>IMAGE TAG</title></head>
<body background="iitm.jpg">
<font color="yellow"><h2>VISION</h2>
<h2>MISSION</h2>
<p>The Institute endeavors to contribute towards meeting the growing demand for
competent and trained Information Technology professionals, Software Engineers and World
Class Managers determined to achieve excellence.</p><br>
</body>
</html>
40
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
41
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 19
QUES: 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.
CODING:
<html>
<head><title>IMAGE TAG</title></head>
<body bgcolor="blue">
</body>
</html>
SCREENHOT:
42
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 20
CODING:
<html>
<head><title>MARQUEE TAG</title></head><body>
<h2><u>OBJECTIVE</u></h2><hr>
<p>To work with a company that can provide me with an acending learning curve and
uitilize my abilities to achieve their goals.</p><br>
<h2><u>EDUCATION QUALIFICATION</u></h2><hr>
43
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<h2><u>ACHIEVEMENTS</u></h2><hr>
<h2><u>STRENGTHS</u></h2><hr>
2. Communication
3. Creative</pre><br>
<h2><u>HOBBIES</u></h2><hr>
2. Photography
3. playing cricket</pre><br>
<h2><u>PERSONAL DETAILS</u></h2><hr>
</body>
</html>
SCREENSHOT:
44
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 21
QUES: Design a web page having various image directions as marquee.
CODING:
<HTML>
<HEAD></HEAD>
</marquee>
</marquee>
45
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<marquee direction= up><img src=download.jpg height=100 width=100>
</marquee>
</marquee>
</BODY></HTML>
SCREENSHOT:
ASSIGNMENT 22
QUES: Design a web page to compare the speed of different text in the marquee tag
CODING:
<html>
<head></head>
<body>
<marquee=scrollamount=20>My Text</marquee>
</body>
</html>
46
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
ASSIGNMENT 23
CODING:
<html>
<head>
<title>Assigment=23 Name</title>
</head>
<body bgcolor=yellow>
47
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
</body>
</html>
<HTML>
<HEAD>
</HEAD>
<BODY>
The Institute takes pride in having developed the faculty support and
infrastructure imperative to effectively implement ‘Outcome Based Education’-
a technology-based, learner centric and result-oriented approach which
enhances students' learning and performance capabilities. We are passionate
about grooming the nation’s youth to grow into good human beings and
excellent professionals destined to become torch bearers of their respective
domains.
</BODY>
</HTML>
48
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT :
ASSIGNMENT 24
QUES: :Design a web page to Display the Syllabus of BBA, Clicking On Each Subject
Should Open Its Description In A New Document
CODING:
Master sheet
<html>
<head><title>HYPERLINK TAG</title></head>
<body>
49
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<h1 align="center"><u>INSTITUTE OF INNOVATION IN TECHNOLOGY AND
MANAGEMENT</u></h1>
<h3><u>COURSES</u></h3>
<a href="bba.html">BBA</a><br>
<a href="b.com.html">B.COM</a><br>
<a href="bca.html">BCA</a><br>
</body></html>
<html>
<head><title>HYPERLINK TAG</title></head>
<body><h3>BBA</h3>
It is designed to equip students with strong conceptual knowledge and thinking skills to
manage integrated business operations.
The programme aims to ensure that students acquire appropriate skill set to take on hurdles at
the workplace across sectors
such as Banking, Fast Moving Consumer Goods (FMCGs), Manufacturing, Telecom and
Logistics. </p><br>
<h5>SUBJECTS</h5>
<ul><li>ITB</li>
<li>CA</li>
<li>FA</li>
<li>E-Commerce</li></ul><br>
<h5>Eligibilty Criteria</h5>
<p>Passed 12th Class of 10+2 of CBSE or equivalent with a minimum of 50% marks in
aggregate and must also
</body></html>
50
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<html>
<head><title>HYPERLINK TAG</title></head>
<body><h3>BCA</h3>
development and insightful discourse among students. This approach is designed to help
students to achieve excellence in their careers in research,
<h5>SUBJECTS</h5>
SCREENSHOT:
51
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 25
QUES: :Create a web page to show the input and output devices with image. Clicking on
each input and output device should give its description in a new document.
CODING:
Master sheet
<html>
<head><title>HYPERLINK TAG</title></head>
<body>
<h3>INPUT DEVICE</h3>
<p>An input device is any hardware device that sends data to a computer, allowing you to
interact with and control it. The picture shows a Logitech trackball mouse, which is an
example of an input device. The most commonly used or primary input devices on a
computer are the keyboard and mouse.</p>
<a href="keyboard.html"><imgsrc="keyboard.jpg">
<a href="mouse.html"><imgsrc="mouse.jpg"><br>
<h3>OUTPUT DEVICE</h3>
<p>An output device is a piece of computer hardware that receives data from a computer and
then translates that data into another form.</p>
52
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<a href="monitor.html"><imgsrc="monitor.webp">
<a href="printer.html"><imgsrc="printer.webp">
</body></html>
SCREENSHOT:
53
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 26
QUES: Create a static web page which defines all text formatting tags of HTML in tabular
format
CODING:
<html>
<head></head>
<body>
<tr>
<th>Tag Name</th>
<th>Tag Syntax</th>
<th>Tag Description</th>
</tr>
<tr>
<td>bold</td>
<td><B>bold</B></td>
54
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<td>To make the text bold</td>
</tr>
<tr>
<td>Italic</td>
<td><I>italic<I></td>
</tr>
<tr>
<td>Underline</td>
<td><U>underline</U></td>
</tr>
<tr>
<td>Paragraph</td>
<td>P tag</td>
<tr>
</body>
</html>
SCREENSHOT:
55
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 27
CODING:
<html>
<head></head>
56
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<body>
<tr>
<th>ROLL NO.</th>
<th>NAME</th>
<th>COURSE</th>
<th>MARKS</th>
</tr>
<tr>
<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>87</td>
</tr>
<tr>
<td>3</td>
<td>Rohit Garg</td>
<td>BCA </td>
<td>88</td>
</tr>
<tr>
57
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<td>4</td>
<td>Pooja Kapoor</td>
<td>BCOM</td>
<td>92</td>
</tr>
<tr>
<td>5</td>
<td>Mohit Gupta</td>
<td>BCOM</td>
<td>76</td>
</tr>
</body>
</html>
SCREENSHOT:
58
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 28
59
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
QUES: Create a table Using cellpadding, cellspacing colspan and rowspan which shows the
prices of various cars of different brands.
CODING:
<html>
<body>
<tr>
<th>car prices</th>
</tr>
<tr>
<td rowspan="2">audi</td>
<td>a6</td>
<td>rs50,000</td>
</tr>
<tr>
<td>a8</td>
<td>rs 80,000</td>
</tr>
<tr>
<td rowspan="2">bmw</td>
<td>x1</td>
<td>rs40,00,000</td>
</tr>
</html>
60
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<head>
</body>
SCREENSHOT:
61
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 29
CODING:
<html>
<head></head>
<body>
<table border="2">
<tr>
</tr>
<tr>
<td colspan="3">Graduate</td>
</tr>
<tr>
<td>BBA</td>
<td>BCA</td>
<td>BTech</td>
<td>MBA</td>
62
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<td>MCA</td>
<td>MTech</td>
</tr>
<tr>
<td>240</td>
<td>120</td>
<td>100</td>
<td>200</td>
<td>100</td>
<td>80</td>
</tr>
</table>
</body>
</html>
SCREENSHOT:
63
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 30
QUES: Design a web page to display the following table with hyperlinks on department
name for every information inside the table.
CODING:
<html>
<head></head>
<body>
<table border="2">
<tr>
<th rowspan="2">S.NO.</th>
<th colspan="2">Courses</th>
</tr>
<tr>
<td>UG</td>
<td>PG</td>
</tr>
<tr>
<td>1</td>
<td>Computer Science</td>
<td>Yes</td>
<td>Yes</td>
64
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
</tr>
<tr>
<td>2</td>
<td>Maths</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>3</td>
<td>Chemistry</td>
<td>No</td>
<td>Yes</td>
</tr>
<tr>
<td>4</td>
<td>Commerce</td>
<td>Yes</td>
<td>Yes</td>
</tr>
</table>
</body>
</html>
65
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
66
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 31:
QUES: Design a HTML web page of your favourite movie. Give an attractive background
colour and image
Coding:
<html>
<head></head>
<body>
<img src="download(3).jpg">
<p>
Doctor Strange in the Multiverse of Madness is a 2022 American superhero film based on
Marvel Comics featuring the character Doctor Strange. Produced by Marvel Studios and
distributed by Walt Disney Studios Motion Pictures, it is the sequel to Doctor Strange (2016)
and the 28th film in the Marvel Cinematic Universe (MCU). The film was directed by Sam
Raimi, written by Michael Waldron, and stars Benedict Cumberbatch as Stephen Strange,
alongside Elizabeth Olsen, Chiwetel Ejiofor, Benedict Wong, Xochitl Gomez, Michael
Stuhlbarg, and Rachel McAdams. In the film, Strange protects America Chavez (Gomez), a
teenager capable of traveling the multiverse, from Wanda Maximoff (Olsen).
</p>
</body>
</html>
67
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
SCREENSHOT:
68
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
ASSIGNMENT 32
If a user click on any item its picture should be displayed in frame 2 and details about the
product in frame 3.
CODING:
MAIN PAGE
<html>
<head>
</head>
</frameset>
</frameset>
</html>
Frame1.html
<html>
<head>
69
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
<title> frame1 </title>
</head>
</body>
</html>
Frame2.html
<html>
<head>
<title>frame2</title>
</head>
</body>
</html>
Frame3.html
<html>
<head>
<title>
frame3
70
Enroll No.- 14290301721 ECOMMERCE Institute of Innovation in Technology
& Management
</title>
</body>
</html>
71