PRACTICAL FILE
“E-commerce”
BBA(G) –212
Submitted in Partial Fulfillment of the requirement
of BBA (Bachelor of Business Administration)
Batch (2023–2026)
Submitted to: Submitted by:
Mr. Jeevan Kumar Name: Suhani
Assistant Professor Enrol. No.: 02221501723
CHANDERPRABHUJAINCOLLEGE OFHIGHERSTUDIES&SCHOOLOFLAW
AnISO9001:2015CertifiedQualityInstitute
(Recognizedby
theGovt.ofNCTofDelhi,AffiliatedtoGGSIndraprasthaUniversity,Delhi&ApprovedbyBarCouncilofIndia)
INDEX
S.NO. PROGRAM NAME PAGE DATE SIGN.
NO.
1 Create a simple HTML document with the <html>,
1-1
<head>, and <body> tags.
Create a simple HTML document with the <h1> to
2 <h6> tags for different headings, <p> tag for 2-4
paragraphs. Apply bold, italic, underline, and
strikethrough formatting to text using appropriate tags.
3 Create an unordered list <ul> with list items <li>.
5-6
4 Create an unordered list <ol> with list items <li>.
7-8
5 Design a table using <table>, <tr> for rows, <th>
for headers, and <td> for data cells. 9-10
Add borders, padding, and alignment to the table
cells.
6 Create hyperlinks using <a> tag to link to other web
pages or resources. 11-12
Use anchor tags with the href attribute for linking.
7 Insert images using <img> tag with the sre, alt, and
width attributes. 13-14
Embed audio or video files using <audio> or
<video> tags with appropriate attributes.
8 Create a multi-column layout using <div> tags and
CSS styles for styling. 15-18
9 Implement frames using <frame> or <iframe> tags
for dividing the page into sections. 19-21
10 Design a form using <form> tag with input fields
like text, password, email, checkbox, radio buttons, 22-25
and dropdown lists.
11 Add buttons like submit and reset using <input> or
<button> tags. 26-27