ECommerce Practical Manual
ECommerce Practical Manual
ECommerce Practical Manual
create a web page to display the following OUTPUT:: (use textboxes, submit button)
<!DOCTYPE html>
<html>
<body>
<form action="/action_page.php">
</form>
</body>
</html>
OUTPUT::
2. create a web page to display the timetable of your class using tables
<!doctype html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
<title>Timetable</title>
</head>
<body>
<h1> Time Table </h1>
<div id="head_nav">
<tr> <th>Time</th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thrusday</th>
<th>Friday</th>
<th>Saturday</th>
</tr>
</div>
<tr>
<th>10:00 - 11:00</th>
<td>Automata Theory</td>
<td>Web Programming</td>
</div>
</tr>
<tr>
<th>11:00 - 12:00</th>
<td>Web Programming</td>
<td>Computer Networks</td>
<td>Computer Networks</td>
<td>Automata Theory</td>
<td>Applied Mathematics</td>
</div>
</tr>
<td>Applied Mathematics</th>
<td>Automata Theory</td>
<td>Computer Networks</td>
<td>Web Programming</td>
<td>Computer Networks</td>
</div>
</tr>
<tr>
<th>01:00 - 02:00</th>
<td>Applied Mathematics</td>
<td>Automata Theory</td>
<td>Web Programming</td>
</tr>
<tr>
<th>02:00 - 03:00</th>
<td>Applied Mathematics</td>
<td>Web Programming</td>
<td>Automata Theory</td>
<td>Computer Networks</td>
</div>
</tr>
</table>
</body>
</html>
OUTPUT::
<!DOCTYPE html>
<html>
<body>
<form action="/action_page.php">
</form>
</body>
</html>
OUTPUT::
4. create a web page to modify the default properties of h1 tag using internal style sheet .
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
</style>
</head>
<body>
</body>
</html>
OUTPUT::
<!DOCTYPE html>
<html>
<body>
<ol>
<li>B.Com(Computers)</li>
<li>B.Com(General)</li>
<li>B.Com(Honors)</li>
<li>B.Sc(MECS)</li>
<li>B.Sc(MSCS)</li>
</ol>
</body>
</html>
OUTPUT::
6. create a web page to display a table with two rows and two columns . Also insert images in
the cells of the tables .
<html>
<center><head>Check It Down</head></center>
<body>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</body>
<html>
OUTPUT::
7. create a web page to display a hyper link which when click direct you to amazon web sites
<!DOCTYPE html>
<html>
<body>
</body>
</html>
OUTPUT::
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
OUTPUT::
9. create a web page to display the following OUTPUT: +
( take your own data into consideration )
<html>
<center><head>Check It Down</head></center>
<body>
<tr>
<th colspan=2>Title</th>
</tr>
<tr>
was an aerospace scientist who served as the 11th President of India from 2002 to 2007.
He was born and raised in Rameswaram, Tamil Nadu and studied physics and aerospace engineering.
mainly at the Defence Research and Development Organisation (DRDO) and Indian Space Research
Organisation (ISRO) and was intimately involved in India's civilian space programme and military missile
development efforts.
He thus came to be known as the Missile Man of India for his work on the development of
ballistic missile and launch vehicle technology.He also played a pivotal organisational,
</td>
</tr>
</table>
</body>
<html>
OUTPUT::
10. create a web page to display the following OUTPUT: : (a+b)2 𝒂𝟐 + 𝟐𝒂𝒃 + 𝒃𝟐
H2SO4
<!DOCTYPE html>
<html>
<head>
<style>
sup {
vertical-align: super;
font-size: medium;
</style>
</head>
<body>
<p>**************************************************************************</p>
<br><br>
<p>(a+b)<sup>2</sup>=a<sup>2</sup>+2ab+b<sup>2</sup></p><br><br>
<p>**************************************************************************</p><br>
<br>
<p>H<sub>2</sub>SO<sub>4</sub></p>
</body>
</html>
OUTPUT: :
11. Create a web page to demonstrate the usage of nested tables as shown in the diagrambelow:
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border-spacing :15px;
#table1{
border-collapse: collapse;
#table2{
border-collapse: collapse;
</style>
</head>
<body>
<center>
<table>
<tr>
<td>
<table id="table1">
<tr>
<td>Rubber</td>
<td>Baby</td>
</tr>
<tr>
<td>Buggy</td>
<td>Bumpers</td>
</tr>
</table>
</td>
<td>
<table id="table2">
<tr>
<td>She</td>
<td>sells</td>
</tr>
<tr>
<td>Sea</td>
<td>shells</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>
OUTPUT::
12. Create a web page which acts as a home page where your college name is properly aligned
with the logo of your college followed by address and contact details at the center of the page
<!DOCTYPE html>
<html>
<head>
<style>
img {
float:left;
</style>
</head>
<body>
</p></div>
Email: kvrrdcw@gmail.com
</center></p>
</body>
</html>
OUTPUT: :
13. Create a web page to demonstrate definition lists by taking various applications of
ecommerce as an example.
<!DOCTYPE html>
<html>
<body>
<center><u><font size=20 color="blue">E-Commerce Applications</font></u></center>
<dl>
<dd>There are numerous applications for retail as well as wholesale in the case of e-commerce.
Here comes e-retailing or may be called as online retailing. This refers to the selling of
goods and other services through electronic stores from business to consumers.
These are designed and equipped using a shopping cart model and electronic catalog.</dd><br><br>
<dt><u>2.Marketing</u></dt>
<dd>Using web and e-commerce, data collection about the following are possible Preferences,
Behavior, Needs and Buying patterns. The marketing activities like price fixing,
product feature, and its enhancement, negotiation, and the relationship with the customer
By the name finance, we know that there will be customers and transactions.
The customers can check the balance in their savings account, as well as their
loan account. There are features like transferring of money from and to their own accounts,
paying off bills online and also e-banking. Online stock trading is also another feature
of e-commerce. </dd><br><br>
<dd> eCommerce is included and used in the chain operations (supply) of a company.
This is by providing buying and selling items together, trading market information and the
information of runback office like inventory control. This is a way that speeds up the
flow of finished goods and the raw materials among the business community members. </dd><br><br>
In Airline Company they give bidding opportunity for customers to quote the price for
also for video cataloging, multiplayer games, interactive ads and for online discussion. </dd><br><br>
<dd> In educational training also e-commerce has a major role in interactive education,
video conferencing, online class and for connecting different educational training
centers.</dd><br><br>
</dl>
</body>
</html>
OUTPUT: :
14. Create a web page to display a bulleted list of subjects available in the current semester.
<!DOCTYPE html>
<html>
<body>
<ul type="circle">
<li>Managerial Accounting</li>
<li>Company Law</li>
<li>Commerce Lab</li>
<li>E-Commerce</li>
</ul>
1. disc<br>
2.circle<br>
3.square<br>
4.none<br>
</p>
</body>
</html>
OUTPUT: :
15. Create a web page to give scrolling effect of an image (preferably your college logo).
<html>
<head>
<title>
Scrolling image
</title>
</head>
<body>
</marquee>
</body>
</html>
OUTPUT::
16. Create a web page to display a button which when clicked directs you to your college
website.
<!DOCTYPE html>
<html>
<head>
<body>
<form action="http://kvrrdcw.ac.in/">
</form>
</body>
</html>
OUTPUT: :
17. Create a web page to display various courses in your college. The courses should be separated
by a horizontal ruler of varying sizes and colors.
<!DOCTYPE html>
<html>
<body>
<center><h1>B.Com Computers</h1></center>
<center><h1>B.B.A</h1></center>
<center><h1>B.Sc Nutrition</h1></center>
</body>
</html>
OUTPUT: :
18. Create a web page to display four horizontal frames each frame containing a different color.
<!DOCTYPE html>
<html>
<frameset rows="25%,25%,25%,25%">
<frame src="frame1.html">
<frame src="frame2.html">
<frame src="frame3.html">
<frame src="frame4.html">
</frameset>
</html>
OUTPUT::
19. Create a web page to display four vertical frames each frame containing a different color.
<!DOCTYPE html>
<html>
<frameset cols="25%,25%,25%,25%">
<frame src="frame1.html">
<frame src="frame2.html">
<frame src="frame3.html">
<frame src="frame4.html">
</frameset>
</html>
OUTPUT::
20. Create a web page to display a button with label “search” adjacent to a text box. Also change the
color of text box and background of the web page .
<!DOCTYPE html>
<html>
<body>
<br><br><br><br><br><br><br><br><br>
<script>
function myFunction() {
document.body.style.background = "Lightgreen";
document.getElementById("txt").style.background = "cyan";
</script>
</body>
</html>
OUTPUT: :
21. Create a web page to display a table containing 2 rows and 2 columns which contains the
names of your friends and each cell filled with different background colors .
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
</style>
</head>
<body>
<center>
<table>
<tr>
<tr>
<td style="background-color:green">SSSSS</td>
<td style="background-color:Yellow">PPPPP</td>
</tr>
<tr>
<td style="background-color:Pink">RRRRR</td>
<td style="background-color:Cyan">KKKKK</td>
</tr>
</table>
</center>
</body>
</html>
OUTPUT: :
22. Create a web page to demonstrate the usage of rowspan and colspan for the figure below:
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
</style>
</head>
<body>
<center>
<table>
<tr>
</tr>
<tr>
<td>Middle Up</td>
</tr>
<tr>
<td>Middle Down</td>
</tr>
<tr>
</table>
</body>
</html>
OUTPUT::
22.Create a web page to demonstrate the usage of rowspan and colspan for the figure given below
<html>
<head></head>
<body>
<center>
<table border="5">
<tr><td colspan="3"><center>Top</center></td></tr>
<tr> <td rowspan="2">middle left</td> <td>middle up</td> <td rowspan="2">middle right</td> </tr>
<tr><td colspan="3"><center>Down</center></td></tr>
</table>
</center>
</body>
</html>
23. Create a web page which asks for mode of payment which includes the options: Credit card/Debit
card/Online transfer (use radio buttons) .
<!DOCTYPE html>
<html>
<body>
<h2><u>Mode of payment</u></h2>
<form>
</form>
</body>
</html>
OUTPUT::
24. Create a web page which asks the user to enter his credit card details. Use textboxes, drop down
buttons .
<html>
<body>
<form class="credit-card">
<div class="form-header">
</div>
<div class="form-body">
<div class="date-field">
<div class="month">
<select name="Month">
<option value="january">January</option>
<option value="february">February</option>
<option value="march">March</option>
<option value="april">April</option>
<option value="may">May</option>
<option value="june">June</option>
<option value="july">July</option>
<option value="august">August</option>
<option value="september">September</option>
<option value="october">October</option>
<option value="november">November</option>
<option value="december">December</option>
</select>
</div>
<div class="year">
<select name="Year">
<option value="2016">2016</option>
<option value="2017">2017</option>
<option value="2018">2018</option>
<option value="2019">2019</option>
<option value="2020">2020</option>
<option value="2021">2021</option>
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
</select>
</div>
</div>
<div class="card-verification">
<div class="cvv-input">
</div>
<div class="cvv-details">
</div>
</div>
</div>
</form>
</body>
</html>
OUTPUT::
25. Create a web page to generate a purchase order as shown below:
<html>
<body>
<div class="form-header">
</div>
<div class="form-body">
<div class="MagName">
<option value="E-Commerce">E-Commerce</option>
<option value="NetworKing">Networ'King'</option>
<option value="BigData">BigData</option>
</select>
</div>
</div>
</form>
</body>
</html>
OUTPUT::
26. Create a web page to display a hyperlink which when clicked displays excel sheet
containing student details.
<html>
<head><title> 26 program</title></head>
<body>
<a href="E:\E-Commerce Practicals\Student2.xlsx">click here</a>
</body>
</html>
27. Create a web page to display definition list which defines the terms: B2B, B2C, C2B, C2C
<html>
<head><title>E-Commerce 4 Pillars</title></head>
<body bgcolor="pink">
<dl>
<dt>B2B</dt>
<dd>Business-to-business (B2B), also called B-to-B, is a form of transaction between
businesses, such as one involving a manufacturer and wholesaler, or a wholesaler and a retailer.
</dd> <br><br><br>
<dt>B2C</dt>
<dd>The term business-to-consumer (B2C) refers to the process of selling products and services
directly between a business and consumers who are the end-users of its products or
services.</dd> <br><br><br>
<dt>C2B</dt>
<dd>C2B, differs from other e-commerce models because it's the consumers who create value
for a product or business. In the traditional business-to-consumer e-commerce model,
businesses sell products or services directly to consumers.</dd><br><br><br>
<dt>C2C</dt>
<dd>C2C is a business model that enables customers to trade with each other, frequently in an
online environment. C2C businesses are a type of business model that emerged with e-
commerce technology and the sharing economy.</dd>
</dl>
</body>
</html>
28. . Create a web page with paragraphs left, right and center aligned to explain about various social
networking sites. The paragraphs should be on different colors and separated by horizontal lines of
varying sizes.
<!DOCTYPE html>
<html>
<body>
<br><br>
fb
This is easily the largest social networking site in the world and one of the most widely used.
And, Facebook was perhaps the first that surpassed the landmark of 1 billion user accounts.
Apart from the ability to network with friends and relatives, you can also access different
Facebook apps to sell online and you can even market or promote your business, brand and
products by using paid Facebook ads.
Recently Facebook has lost the trust of millions of its users by allowing 3rd parties
to access over 87 million users’ personal data. This is a massive breech of trust and has
created a feeling of unrest amongst the social media platform’s audience. So much so that
there is now a #deletefacebook campaign where people are completely removing themselves from
Facebook and using other networks instead. If you’re concerned about what Facebook is doing
with your data, then why not check out my guide on alternatives to Facebook, and see if there’s
Despite having been acquired by Facebook in 2014, this instant messaging platform
It arrived on the scene much later than Facebook, but has been able to capture the
imagination of millions of people across the world by giving them the ability to
communicate and share instantly with individuals and groups. The WhatsApp call feature
This is an all-in-one communications app for messaging and calling (similar to WhatsApp)
that enables you to connect with the people of your choice. It was also developed by Tencent
in China and can easily work alongside QQ. As per the BI intelligence report, the number of
WeChat users are fast catching up with the number of WhatsApp users.
<center><u><h2>[Justified Paragraph]</h2></u></center>
Instagram was launched as a unique social networking platform that was completely based on
sharing photos and videos. This photo sharing social networking app thus enables you to
capture the best moments of your life, with your phone’s camera or any other camera, and
This is possible because Instagram allows you to apply multiple filters to your photos
and you can easily post them to other popular social networking sites, such as Facebook
and Twitter. It is now part of the Facebook empire. Learn how to grow your Instagram audience.
Read more on Instagram Tools to help you increase social engagement and audience numbers.
</body>
</html>
OUTPUT::
29. Create a web page which displays four buttons containing text B2B, B2C, C2B, C2C. Also when a
button is clicked details about the clicked subject should appear on a separate page.
<!DOCTYPE html>
<html>
<body>
</body>
</html>
Frame1.html
<html>
<body bgcolor="green">
<h1>
Business - to - Business</h1>
intermediate buyer who then sells the product to the final customer.
and after receiving the consignment, sells the endproduct to the final
customer who comes to buy the product at one of its retail outlets.
</body>
</html>
frame2.html
<html>
<body bgcolor="blue">
<h1>Business - to - Consumer</h1>
products shown on the website. The customer can choose a product and
order the same. The website will then send a notification to the business
organization via email and the organization will dispatch the product/goods
to the customer.
</body>
</html>
Frame3.html
<html>
<body bgcolor="yellow">
<h1>Consumer - to - Consumer</h1>
may or may not charge the consumer for its services. Another consumer may
</body>
</html>
Frame4.html
<html>
<body bgcolor="purple">
<h1>Consumer - to - Business</h1>
</body>
</html>
OUTPUT::
30. Create a web page to modify the default properties of h1 tag using external style sheet.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<center><h2><u>
</u></h2></center>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
mystyle.css
h1 {
display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
color: navy;
margin-left: 20px;
OUTPUT::
31. Create a web page to scroll the text “E-Commerce” for exactly 5 times from left to right of the
screen.
<!DOCTYPE html>
<html>
</head>
<body>
</body>
</html>
OUTPUT::
32. Create a web page to insert an image which when clicked redireects you to your college websites -->
<html>
<head><title>program 32</title></head>
<body>
<center><h2>Click on the the image to view your college website</h2></center>
</body>
</html>
OUTPUT::
33. Create a web page to display the name of your college in h6 size with blue as font color and background
color yellow separated by a thick line and below which a paragraph about the facilitiesoffered by your
college is described.
<!DOCTYPE html>
<html>
<style>
h6{
background-color:yellow;
color:green;
</style>
<body>
</body>
</html>
OUTPUT::
34. Create a web page with OSMANIA UNIVERSITY as the title and five buttons labelled
Home, About Us, Courses, ,feedback, Contact us as shown in the diagram which when
clicked displays the details on a separate pages.
A) <html>
<head></head>
<body>
<center><h2>OSMANIA UNIVERSITY</h2>
<h3>Telangana, Hyderabad</h3>
<br><br>
</center>
</body>
</html>
B) <html>
<head>
</head>
<body>
<img src="Osmania University Home page.jpg">
</body>
</html>
C) <html>
<head></head>
<body>
<ol><h2>
<li>OSMANIA UNIVERSITY PROFILE
Osmania University, established in 1918, is the seventh oldest in India, the third oldest in south India and
the first to be established in the erstwhile princely state of Hyderabad. </li>
<li>VISION AND MISSION
The Vision of the University is to generate and disseminate knowledge through a harmonious blend of
ancient and modern wisdom, and to serve the society by developing in students heightened
intellectual, cultural, ethical, and humane sensitivities.
To achieve excellence in teaching and research.
To generate, disseminate and preserve knowledge.
To meet the challenges of a complex, and modern society through informed social outreach.</li></h2>
</ol>
</body></html>
D) <html>
<head></head>
<body><h2>
The University offers:
<ul type="square">
<li>27-UG Programmes
<li>68-PG courses
<li>24-PG Diplomas
<li>2-Research Programmes at M.Phil. and Ph.D. levels
<li>15-Certificate Programmes
</ul>
</h2>
</body>
</html>
E) <html>
<head></head>
<body>
<center>Feedback on the courses
<table border="2" style="width:100%" style="height:100%">
<tr style="height:100px"><th></th><th>Poor</th><th>Satisfactory</th><th>Good</th><th>Very
Good</th><th>Excellent</th></tr>
<tr style="height:100px"><td>MPCS</td><td></td><td></td><td></td><td></td><td></td></tr>
<tr style="height:100px"><td>MECS</td><td></td><td></td><td></td><td></td><td></td></tr>
<tr style="height:100px"><td>B.Com CA</td><td></td><td></td><td></td><td></td><td></td></tr>
<tr style="height:100px"><td>BZC</td><td></td><td></td><td></td><td></td><td></td></tr>
<tr style="height:100px"><td>AnZC</td><td></td><td></td><td></td><td></td><td></td></tr>
</table></center>
</body>
</html>
F) <html>
<body><h2>
<center>
Contact Us
Osmania University Website :https://www.osmania.ac.in
VC'S OFFICE.
Primary Address 1: Administrative Building Osmania University Campus Hyderabad-500007, Telangana
State, India.
vc@osmania.ac.in.
Phone No : 040-27098048.
</center></h2>
</body>
</html>
OUTPUT::
35.Create a web page to demonstrate a pull-down menu. The menu should contain the list of your
favourite south Indian dishes.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>Here's the list of favourite south Indian dishes. Select any one:</p>
<form>
</form>
</body>
</html>
OUTPUT::
36.Create a web page with name of your college as text. The text should scroll, alternate and slide.
<!DOCTYPE html>
<html>
<head>
<title>TEXT CONTROL</title>
</head>
<body>
behavior="scroll" >
</body>
</html>
OUTPUT::
37.Create a web page to display an image surrounded by text on all the four sides.
<Html>
<head>
<Title> 37.Wraping text around image </Title>
<style>
.wrapingimage
{
float: left;
margin: 30px 12px 3px 4px;
border: 2px solid blue;
}
</style>
</head>
<body>
Hello Students!!!....
<div class="wrapingimage">
<img src="E:\E-Commerce
Practicals\ThreeSeven_to_FourTwo\ThreeSeven_to_FourTwo\kvrr.png" height="100" width="100"
alt="image">
</div>
<p>
If we want to wrap the text around an image in Html document <u>using Internal CSS</u> then we
have to follow the steps which are given below. Using these steps we can easily wrap a text.
Step 1: Firstly, we have to type the Html code in any text editor or open the existing Html file in the
text editor in which we want to wrap the text.
Step 2: Now, we have to type the CSS code for aligning the image. So, we have to type the style
tag in the head tag just after the title tag.
Step 3: And, then we have to define the various properties for wrapping the text around the image.
So, we have to define a class. <br><br>
<u>Political career</u>
The Ranga Reddy District in Telangana is named after him, for fighting the Razakars, who were
against the idea of Hyderabad State to be integrated into independent India.<br>
<u>Educationist</u>
K. V. Ranga Reddy also founded the educational institution, A. V. College. He was also a member
of Indra Seva Sadan Society, established by Sangam Laxmibai in 1952 for achieving their
objective of assisting women and girls. A girls college of the trust was named in his honour as, K.
V. Ranga Reddy Degree College for Women.
<u>Personal life</u>
K. V. Ranga Reddy was married to Tungabadramma. K. V. Ranga Reddy and Tungabadramma
had 11 Children, 7 Boys and 4 Girls. One of his sons, Konda Madhava Reddy was Chief Justice of
Hyderabad High Court and Bombay High Court. One of his grandsons, Konda Vishweshwar
Reddy, is an Indian politician and a member of parliament from Chevella (Lok Sabha constituency),
Telangana.<br>
Marri Chenna Reddy was born to K V Ranga Reddy's sister Buchamma in a village, Pedda
Managalaram near Hyderabad. His brother's (Konda Narayan Reddy) daughter was married to
Marri Chenna Reddy, former Chief Minister of Andhra Pradesh.
</p>
</Body>
</Html>
OUTPUT::
38. Create a web page with 4 paragraphs of about 5 lines each describing about E-Marketing, E-
Shopping, E-banking and E-Learning. The paragraphs should be aligned left, right, center and
justified respectively.
<html>
<head><title>38.program</title></head>
<body>
<div align="left">
<p>
<h1>E-Marketing:</h1> E marketing also known as online or internet advertising which uses the
internet technology to promote online message to customer. E-marketing examples are email or
social media advertising, web banners and mobile advertising.Creating a strong email
marketing strategy helps you reach and connect with your target audience in a personalized
way and increase sales at an affordable cost. Just as other platforms and media have changed,
email marketing tools give your business the ability to reach customers easier than ever.
</p>
</div>
<div align="right">
<p>
<h1>E-Shopping:</h1> Online shopping is a form of electronic commerce which allows consumers
to directly buy goods or services from a seller over the Internet using a web browser or a mobile
app. Consumers find a product of interest by visiting the website of the retailer directly or by
searching among alternative vendors using a shopping search engine, which displays the same
product's availability and pricing at different e-retailers. As of 2020, customers can shop online
using a range of different computers and devices, including desktop computers, laptops, tablet
computers and smartphones.
</p>
</div>
<div align="center">
<p>
<h1>E-banking:</h1> electronic banking, Use of computers and telecommunications to enable
banking transactions to be done by telephone or computer rather than through human
interaction. Its features include electronic funds transfer for retail purchases, automatic teller
machines (ATMs), and automatic payroll deposits and bill payments. Some banks offer home
banking, whereby a person with a personal computer can make transactions, either via a direct
connection or by accessing a Web site. Electronic banking has vastly reduced the physical
transfer of paper money and coinage from one place to another or even from one person to
another.
</p>
</div>
<div align="justified">
<p>
<h1>E-Learning:</h1> electronic learning, is the delivery of learning and training through digital
resources. Although eLearning is based on formalized learning, it is provided through electronic
devices such as computers, tablets and even cellular phones that are connected to the internet.
This makes it easy for users to learn anytime, anywhere, with few, if any, restrictions. Basically,
eLearning is training, learning, or education delivered online through a computer or any other
digital device.
</p>
</div>
</body>
</html>
39. Create a web page with name of your college as Text in h6 size, font as verdana, blue as font color
followed by a copyright symbol and trademark symbol.
<!DOCTYPE html>
<html>
<body>
</body>
</html>
OUTPUT::
40. Create a login page asking the user to enter his username and password followed by a submit
button.
<!DOCTYPE html>
<html>
<body>
<center>
<label for="psw">Password</label>
</body>
</html>
OUTPUT::
41. Create a web page to create links to the sections on the same page.
<!DOCTYPE html>
<html>
<body>
<p><b>John</b><br>
<a href="#occupation">Occupation</a><br>
<a href="#discoveries">Discoveries</a><br><br>
<p>
<b>John Wilscot</b>
John Wilscot was born in Fort Lauderdale, Florida. He grew up with three other siblings,
His father was a dentist and had his own clinic while his mother was a Head nurse.
<p>From an early age, John showed a talent for sciences and mathematics.
John Wilscot was born in Fort Lauderdale, Florida. He grew up with three other siblings,
His father was a dentist and had his own clinic while his mother was a Head nurse.
<p>From an early age, John showed a talent for sciences and mathematics.
John Wilscot was born in Fort Lauderdale, Florida. He grew up with three other siblings,
His father was a dentist and had his own clinic while his mother was a Head nurse.
<p>From an early age, John showed a talent for sciences and mathematics.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
<p><a name="occupation"><b>Occupation</b></a><br>
Using his strong abilities in science and mathematics, John pursued a career in
He started out in the company in 1994 and took a role as an assistant researcher.
Using his strong abilities in science and mathematics, John pursued a career in
He started out in the company in 1994 and took a role as an assistant researcher.
Using his strong abilities in science and mathematics, John pursued a career in
He started out in the company in 1994 and took a role as an assistant researcher.
Using his strong abilities in science and mathematics, John pursued a career in
He started out in the company in 1994 and took a role as an assistant researcher.
Using his strong abilities in science and mathematics, John pursued a career in
He started out in the company in 1994 and took a role as an assistant researcher.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
<p><a name="discoveries"><b>Discoveries</b></a><br>
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
It was a solution that sprayed into
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
It was during this time as senior researcher that John made his most crucial discovery
John discovered a chemical solution that was able to purify the earth's atmosphere.
the air was able to dissolve and cleanse any smog that was in the atmosphere.
</body>
</html>
OUTPUT::
42. Create a web page using a form which collects data about students roll no , name and marks in
various subjects followed by submit and reset buttons.
<!DOCTYPE html>
<html>
<head></head>
<body><center>
<pre>
<form>
<label>Enter the rollno</label> <input type="text" name="t1" ><br>
<label>Enter the name</label> <input type="text" name="t2" ><br>
<label>Enter the E-Commerce marks </label> <input type="text" name="t3" ><br>
<label>Enter the Cost Accounting marks </label> <input type="text" name="t4" ><br>
<label>Enter the Mangerial Economics marks </label><input type="text" name="t5" ><br>
<input type="button" value="submit"> <input type="reset" value="reset">
</form>
</center>
</body>
</html>
OUTPUT::
44. Create a web page to display the list of universities available in Telangana state using a pulldown
menu.
<!DOCTYPE html>
<html>
<head>
<title>Universities in Telangana</title>
</head>
<body>
<center>
<form>
Tool Design</option>
<option value = "Kaloji Narayan Rao University of Health Sciences">Kaloji Narayan Rao University of
Health Sciences</option>
<option value = "National Academy of Legal Studies & Research University">National Academy of Legal
Studies & Research University</option>
University</option>
<option value = "Sri Konda Laxman Telangana State Horticultural University">Sri Konda Laxman
Telangana State Horticultural University</option>
</select>
</form>
</center>
</body>
</html>
OUTPUT::
45. Create a web page to display an image surrounded by text on left and right sides.
<html>
<body>
</body>
</html>
OUTPUT::
47. Create a user registration form for an upcoming examination.(use textboxes, pulldown menus,
option boxes, submit button)
<html>
<head>
<script type="text/javascript" src="FormValidation.js"></script>
</head>
<body>
cellspacing="2">
<tr>
<td colspan=2>
</td>
</tr>
<tr>
<td>Name</td>
</tr>
<tr>
<td>Father Name</td>
size="30"></td>
</tr>
<tr>
<td>Postal Address</td>
</tr>
<tr>
<td>Personal Address</td>
id="personaladdress" size="30"></td>
</tr>
<tr>
<td>Sex</td>
</tr>
<tr>
<td>City</td>
<td><select name="City">
<option value="Mumbai">MUMBAI</option>
<option value="Goa">GOA</option>
<option value="Patna">PATNA</option>
</select></td>
</tr>
<tr>
<td>Course</td>
<td><select name="Course">
<option value="B.Tech">B.TECH</option>
<option value="MCA">MCA</option>
<option value="MBA">MBA</option>
<option value="BCA">BCA</option>
</select></td>
</tr>
<tr>
<td>District</td>
<td><select name="District">
<option value="Nalanda">NALANDA</option>
<option value="UP">UP</option>
<option value="Goa">GOA</option>
<option value="Patna">PATNA</option>
</select></td>
</tr>
<tr>
<td>State</td>
<td><select Name="State">
<option value="Mumbai">MUMBAI</option>
<option value="Goa">GOA</option>
<option value="Bihar">BIHAR</option>
</select></td>
</tr>
<tr>
<td>PinCode</td>
</tr>
<tr>
<td>EmailId</td>
</tr>
<tr>
<td>DOB</td>
</tr>
<tr>
<td>MobileNo</td>
</tr>
<tr>
<td><input type="reset"></td>
</tr>
</table>
</form>
</body>
</html>
OUTPUT::
48. Create an web page to display a multilevel list taking your own example.
<html>
<body>
<ul>
<li>Coffee</li>
<li>Tea
<ul>
<li>Black tea</li>
<li>Green tea</li>
<li>Lemon tea</li>
<li>Ginger tea</li>
</ul>
</li>
<li>Milk</li>
</ul>
</body>
</html>
OUTPUT::
49. Create a table to demonstrate colspan, rowspan, cellspacing and cell padding attributes of a table
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<tr>
<th>Name</th>
<th>Salary</th>
</tr>
<tr>
<td>Ramesh Raman</td>
<td>5000</td>
</tr>
<tr>
<td>Shabbir Hussein</td>
<td>7000</td>
</tr>
</table>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
<td colspan = "3">Row 3 Cell 1</td>
</tr>
</table>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</body>
</html>
OUTPUT:
50. Create a webpage to insert an image using all the image attributes
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</html>
OUTPUT: