E Comm Lab Practical File
E Comm Lab Practical File
A Practical file of
E- Commerce Lab
BBA 111
Table of Content
S TOPIC UNIT PAGE
NO. NUMBER NUMBER
1 HTML 1 4
{BASIC CODES}
2 BOLD AND 1 5
HORIZONTAL CODE
3 UNDERLINE 1 6-7
AND
ENLARGE TEXT
4 ALIGNMENT 1 8-9
AND
BACKGROUND COLOR
5 FONT STYLE 1 10
AND
FONT FACE
6 IMAGE 1 11-12
AND
BACKGROUND COLOUR
9 OL AND UL 2 15
LIST
students should join RDIAS if they are aspiring for BBA course.
d. Insert one horizontal line at the end of the webpage.
INPUT:-
1. <title> used to define title
2. <h1> for heading
3. <p> defines paragraph
4. <b> to bold text
5. <hr> to draw horizontal line
OUTPUT:-
3. Create a webpage having your class and section as the title of the
page and perform the following tasks:
6
OUTPUT:-
8
4. Create a webpage having your name as the title of the page and
perform the following tasks:
a. Insert your enrollment number as Heading 1 of the page and it should be
right aligned.
b. Insert your course, shift and section as Heading 2 of the page and it
should be center aligned.
c. Insert your college’s name as Heading 3 of the page.
d. Write a paragraph of 4 lines on your college clubs and the text color
should be red with background color as yellow.
INPUT:-
1. <title> used to define title
2. <h1> to <h3> for heading
3. <p> defines paragraph
4. <align right> to move text to right
5. <align centre> to move text to centre
6. <font color> to color the text of paragraph
7. <p style=”background-color:yellow;”> to have background color of text
OUTPUT:-
9
INPUT:-
1. <title> used to define title
10
OUTPUT:-
INPUT:-
OUTPUT:-
12
1. List of Bakery
Choco villa
Creamolate
Cake Cafe
2. List of Gym
Anytime Fitness
Gold Gym
Body Crunch
INPUT:-
1. <title> defines the title of the webpage
2. <ul> to have unordered list.
3. <ol> to have ordered list.
OUTPUT:-
Anant Evening
Sanchit Morning
Monica Evening
Shyam Morning
INPUT:-
1. <title> defines title of image.
2. <tr> and <td> for inserting columns and rows and information.
3. <table> to insert a table.
4. <th> to add heading in table.
OUTPUT:-
1. List of Schools
a. DPS
b. Monfort
c. Kulachi Hansraj
OUTPUT:-
16
10. Instructions for all the questions:- For every question students are needed to
create a webpage. It is mandatory to take the Print Screen or Snippet of the
Input and output of each task as asked in the tutorial sheet and paste the input
and output in the MS Word with proper numbering as given in the tutorial sheet.
Once done with the whole paper students have to save that document in the pdf
form and upload it on the portal.
Please note that every student should mention Input and Output as heading for
every question.
Develop a webpage for RDIAS fest "Razzmataz 2021". The title of the page
should be "RDIAS fest".
Identify and apply the tags that would be used while performing the followings
tasks:
1. Background color of the page should be yellow in color.
2. Heading should be "Razzmataz 2021".
3. Describe the event in one paragraph (Note: Use college's social media pages
as well as website for
this information)
4. Hyperlink this document with the site "https://events.rdias.ac.in" and this
hyperlinking should be
denoted by the name of "Register Here" on the main page.
5. Choose any 5 events from the information you have fetched from task
number 3 and list these 5
events in orderly manner.
INPUT:-
1. <title> defines the title of the webpage
2. <h1> defines heading of the html.
3. <p> defines the paragraph.
4. <hyperlink> to link a website in page.
5. <bgcolor> to have background color.
6. <ol> to have orderly manner.
17
OUTPUT:-
18
11.Identify and apply the tags that will be used in creating a HTML page with
your shift and section as
title of the page. Perform following tasks in that particular webpage:
1. Insert 3 headings having your name, course and enrollment number.
2. Use the image attribute and insert your passport size picture in the webpage.
3. Create a table of 2 rows and 2 columns having details of your enrollment
number and phone number.
4. Insert an unordered list of all the subjects you are having in this semester.
5. In body insert the full form of RDIAS.\
INPUT:-
1. <title> defines the title of the webpage
2. <h1> defines heading of the html.
3. <p> defines the paragraph.
4. <img src> to insert image.
5. <tr> and <td> for inserting columns and rows and information.
6. <table> to insert a table.
7. <ul> for unordered list.
8. definition list.
19
OUTPUT:-
20
12 .Write the code in HTML for creating the following table with the page title
as "Students” . Identify and apply the tags that will be used while performing
the following tasks:
NAME COURSE SHIFT SECTION
SAMEER BBA EVENING A
REETA MBA MORNING B
SHYAM MBA EVENING B
ANKIT BBA MORNING C
1. The background image of the table should be a picture of RDIAS.
2. Insert one new column and table heading should be "percentage secured" and
insert percentage
(Percentage should be of your choice)
3. The border color of the table should be red.
4. Set table border as 1, cell padding as 5 and cell spacing as 7.
INPUT:-
1. <title> defines the title of the webpage
2. <h1> defines heading of the html.
3. <p> defines the paragraph.
4. <bordercolor> to insert colors at table borders.
5. <background> to insert photo in background of table.
6. <cellspacing> and <cellpadding> to keep space between cells and table.
7. .<tr> and <td> for inserting columns and rows and information.
8. <table> to insert a table.
9. <th> to add heading in table.
10. <table border> space between borders.
21
OUTPUT:-
22
13. Create a form having combination of text fields where you will be writing
your first name and last name with addition to any 2 questions having radio
button and checkboxes with submit button.
INPUT:-
OUTPUT:-
23
14. Create a form of 5 questions on HTML language using radio buttons. Each
question should have atleast 4 options with submit button.
INPUT:-
OUTPUT:-
25
15. Create a form of 4 questions on the subjects you are having in this semester
using checkboxes. Each question should have atleast 3 options with submit
button.
INPUT:-
OUTPUT:-
27
Q16 Develop a webpage for RDIAS Admission query. The title of the page
should be your name with
the heading as “Contact us”. Identify and apply the tags that would be used
while making the form
and performing the followings tasks:
1. Insert text field of first name.
2. Insert text field of last name.
3. Insert text field of mobile number.
4. Insert text field of email id.
5. Insert submit button.
OUTPUT:-
28
Q17 Identify and apply the tags that will be used in creating a feedback
form for RDIAS using radio
buttons. The form should have atleast 5 questions with 3 options of
answers.
OUTPUT:-
30
Q18 Identify and apply the tags that will be used in creating the following
form on the webpage.
INPUT:-
1.<form> used to create a form.
2.<label> used to specify <input> element.
3.<br> used to break line in webpage.
4.<style> to insert colour and style in form.
5.<title> to insert title in webpage.
31
OUTPUT:-
32
INPUT:-
OUTPUT:-
33
your name, enrollment number, class and shift in different headings and
third should be
having the subjects you are having in this semester. Now divide these 3
pages in horizontal
INPUT:-
OUTPUT:-
34