DEEPANSHU e Commerce Practical File PDF
DEEPANSHU e Commerce Practical File PDF
DEEPANSHU e Commerce Practical File PDF
OF
BACHELOR OF COMMERCE (HONS.)
E- Commerce
BATCH: 2017-2020
a) History
b) Versions
c) Features
2. Design a web page for TIPS. Illustrate the use of HEAD TAG,BODY TAG and Paragraph TAG.
b) 4H3PO3=3H3PO4+PH3
c) PCL3+CL2=PCL5
a) X4-2X3-3X2=0
b) 6W2-W=5
c) U2-5UQ-14=0
8. Design a web page in html to illustrate the use of ordered nested list
9. Design a web page in html to illustrate the use of unordered nested list
10. Generate the code for the following output with the use of various html tags:
Practical - 1
HTML
Hypertext Mark-up Language (HTML) is the standard mark up for
documents designed to be displayed in a browser. Web browsers receive
HTML documents from a web server or from local storage and render the
documents into multimedia web pages. HTML describes the structure of a
web page semantically and originally included cues for the appearance of
the document. HTML is a mark-up language that web browsers use to
interpret and compose text, images, and other material into visual or
audible web pages.
After the HTML and HTML+ drafts expired in early 1994, the IETF created
an HTML Working Group, which in 1995 completed " HTML
2.0", the first HTML specification intended to be treated as a standard
against which future implementations should be based.
FEATURES
1. It is the language which can be easily understood and can be modified.
2. Effective presentations can be made with the HTML with the help of its
all formatting tags.
3. It provides the more flexible way to design web pages along with the
text.
4. Links can also be added to the web pages so it helps the readers to
browse the information of their interest.
6. Graphics, videos and sounds can also be added to the web pages which
give an extra attractive look to your web pages.
STEPS TO CREATE A DOCUMENT
1. Open notepad.
4. Save the file (File > Save) to the desktop with a .html extension.
5. Open the html file (it should open in your default browser)
FOR EXAMPLE:
<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>
Practical -2
<HTML>
<HEAD>
</HEAD>
<BODY>
</BODY>
</HTML>
Output -
Practical – 3
<HTML>
<HEAD>
<br>
</p>
</head>
</html>
Output -
Practical-4
<HTML>
<HEAD>
</HEAD>
<BODY>
<HR><BR>
<H2><I>C<SUB>2</SUB>H<SUB>5</SUB>OH+PCL<SUB>5</SUB>=C<
SUB>2</SUB>H<SUB>5</SUB>CL+POCL<SUB>3</SUB>+HCL</I></H2
>
<BR>
<H2><I>PCL<SUB>3</SUB>+CL<SUB>2</SUB>=PCL<SUB>5</SUB></
H2>
<BR>
<H2><I>4H<SUB>3</SUB>PO<SUB>3</SUB>=3H<SUB>3</SUB>PO<S
UB>4</SUB>+PH<SUB>3</SUB></H2>
</BODY>
</HTML>
Output -
Practical – 5
X4 - 2x3 - 3x2 = 0
6w2 - w = 5
U2 - 5u3 – 14 = 0
<HTML>
<HEAD>
</HEAD>
<BODY>
<HR><BR>
<H2><I>X<SUP>4</SUP>-2X<SUP>3</SUP>-3X<SUP>2</SUP>=0
<H2><I>6W<SUP>2</SUP>-W=5
<H2><I>U<SUP>2</SUP>-5U<SUP>3</SUP>-14=0
</BODY>
Output -
Practical – 6
<HEAD>
</HEAD>
<OL>
</OL>
<OL TYPE='I'>
</OL>
<OL TYPE='A'>
</OL>
<OL TYPE='a'>
</OL>
</HTML>
Output -
Practical – 7
<HEAD>
</HEAD>
<UL>
</UL>
<UL TYPE='CIRCLE'>
</UL>
<UL TYPE='SQUARE'>
</UL>
</HTML>
Output -
Practical – 8
<HTML>
<HEAD>
</HEAD>
<BODY>
<OL>
<LI>CHAPTER 1
<OL>
<LI>TOPIC 1 </LI>
<LI>TOPIC 2 </LI>
<LI>TOPIC 3 </LI>
<LI>TOPIC 4 </LI>
</OL></LI>
</OL>
</BODY>
</HTML>
Output -
Practical – 9
<HTML>
<HEAD>
</HEAD>
<BODY>
<UL>
<LI>CHAPTER 1
<LI>TOPIC 1 </LI>
<LI>TOPIC 2 </LI>
<LI>TOPIC 3 </LI>
<LI>TOPIC 4 </LI>
</UL></LI>
</UL>
</BODY>
</HTML>
Output -
Practical – 10
<HTML>
<HEAD>
</HEAD>
<BODY>
<BR>
<li>BCA</li>
<li>MCA</li>
</ol></font>
</ul><br>
<li>Evening Courses</li>
<ol type="1"><font size="3">
<li>BTech</li>
<li>MTech</li>
</ol></font>
</ul><br>
<li>Department of Mathematics</B></I></font></li><br>
<li>B.SC(maths)</li>
<li>M.SC(maths)</li>
</ol></font>
</ul><br>
<li>Weekend Programmes</li>
<li>M.Phil</li>
</ol></font>
</ul><br>
</ul>
</HTML>
Output -
Practical – 11
<HTML>
<HEAD>
</HEAD>
<BODY>
<table>
<table border="2">
<tr>
</tr>
<tr>
<td> 1.</td>
</tr>
<tr>
<td> 2.</td>
<td> Steve Jobs </td>
</tr>
<tr>
<td> 3.</td>
</tr>
<tr>
<td> 4.</td>
</tr>
</table>
</BODY>
</HTML>
Output -
Practical – 12
<HTML>
<HEAD>
</HEAD>
<BODY>
<table>
<table border="2">
<tr>
</tr>
<tr>
<td rowspan = "4"> All listed dogs are AKC recognized </td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</BODY>
</HTML>
Output -
Practical – 13
<html>
<head><title>Student</title></head>
<body>
<tr>
<th></th>
<th>Name</th>
<th>Age</th>
<th>Telephone</th>
</tr>
<tr>
<th>Student 1</th>
<td>Radha Desai</td>
<td>20</td>
</tr>
<tr>
<th>Student 2</th>
<td>GeethaBharadwaj</td>
<td>21</td>
</tr>
</table>
<hr>
<tr>
<th>Name</th>
<thcolspan="2">Telephone</th>
</tr>
<tr>
<th>Radha</th>
<td>555 77 854</td>
<td>555 77 855</td>
</tr>
</table>
<hr>
<tr>
<th>First name:</th>
<th>Radha</th>
</tr>
<tr>
<throwspan="3">Telephone:</th>
<td>555 77 854</td>
</tr>
<tr>
<td>555 77 855</td>
</tr>
</table>
</body>
</html>
Output -
Practical – 14
For Frame-
<html>
<frame src="https://www.cricwizz.com/wp-
content/uploads/2016/03/MSDhoni_Large-2.jpg">
<frame src="divy.html">
<frame src="dk.html">
<frame src="d.html">
</frameset>
</html>
For List-
<html>
<head><title>MS Dhoni</title></head>
<body bgcolor="yellow">
<li>MSD is the only Indian captain to lead his team to victory in all three
major ICC tournaments; T-20 world cup (2007), 50 over world cup (2013).
He led his team CSK (Chennai Super Kings) in the IPL (2010, 2011and
2018) and champions league T-20 (2010 & 2014) as well..</li>
<li>He is India's most successful cricket captain, having led India to 27 test
wins and a whopping 163 one-day victories. His win percentage is
unmatchable; 45% in tests and 61% in ODIs.</li>
<li>Dhoni is the only captain in the ODIs to score a century while batting on
number 7. He did it against Pakistan on December 2012..</li>
<li>The only celebrity who has more brand endorsements than Mahi is
none other than King Khan (Shahrukh Khan).</li>
<li>No matter what, Mahi has a special place in the hearts of millions of
cricket fans for his selflessness and brilliance in his game.</li>
</ul>
</body>
</html>
For Hyperlink-
<html>
<head>
<title>MSD</title>
</head>
<p align="center"
</p>
</body>
</html>
For Table-
<html>
<body>
<tr>
<th>Format</th>
<th>Matches</th>
<th>Runs</th>
<th>Average</th>
<th>Highest Score</th>
</tr>
<tr>
<th>Tests</th>
<td>90</td>
<td>4876</td>
<td>38.2</td>
<td>224</td>
</tr>
<tr>
<th>ODIs</th>
<td>350</td>
<td>10770</td>
<td>50.2</td>
<td>183</td>
</tr>
<tr>
<th>T20Is</th>
<td>98</td>
<td>1617</td>
<td>37.1</td>
<td>56</td>
</tr>
</table>
</body>
</html>
Output –
FRAME -
LIST -
HYPERLINK -
TABLE -
Practical – 16
<head>
</head><body>
<center>
<form action="">
<p><b><u>Radio Options</u></b><br>
<p><b><u>Checkbox Options</u></b><br>
</p>
<select name="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="fiat">Fiat</option>
<option value="audi">Audi</option>
</select></p>
</form>
</center>
</body>
</html>
Output –
Output –