0% found this document useful (0 votes)
30 views

Ecom Lab Practical File

Uploaded by

Abhishek Mohan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Ecom Lab Practical File

Uploaded by

Abhishek Mohan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 17

EXPERIMENT-1

1) Introduction to HTML
a) History of HTML
b) Features of HTML
c) Versions of HTML
d) How to create an html web page explain this with the help of
example

Introduction to HTML
HTML stands for Hypertext Markup Language. It is the most basic language, and simple to
learn and modify. It is a combination of both hypertext and markup language. It contains the
elements that can change/develop a web page’s look and the displayed contents. Or we can
say that HTML creates or defines the structure of web pages. We can create websites using
HTML which can be viewed on internet-connected devices like laptops, android mobile
phones, etc.

History of HTML
Once the initial version of HTML was out, then there were many updates. But the most
popular version of it was HTML4.01 which became the standard markup language in 1999.
Another crucial version, XHTML. It was the XML format of HTML; the XML language has been
used in creating many markup languages. The RSS and MathML are a few examples of
markup languages that are written using XML language. The XHTML language became a
standard markup language in 2000, and it got updated again in 2002. earlier, most of web
pages and applications used to be developed using HTML 4.01 or XHTML 1.0. However, in
recent years HTML5 has become the standard markup language for defining the various
attributes for web pages.

Features of HTML
HTML has covered a long journey from a simple concept of file sharing to defining web
elements. It has become a crucial thing to learn and use while building web pages and
applications. Currently, HTML5 is the latest version that is supported by most browsers. And
in the future, we can see an updated version of HTML5 again by W3C with additional
features. Hence, the use of HTML will continue, and developers will use it a lot to define
their website and its pages inaccurately.
Versions of HTML
HTML is a very evolving markup language and has evolved with various versions updating.
Long before its revised standards and specifications are carried in, each version has allowed
its user to create web pages in a much easier and prettier way and make sites very efficient.
HTML 1.0 was released in 1993 with the intention of sharing information that can be
readable and accessible via web browsers. But not many of the developers were involved in
creating websites. So the language was also not growing.
Then comes HTML 2.0, published in 1995, which contains all the features of HTML 1.0 along
with a few additional features, which remained the standard markup language for designing
and creating websites until January 1997 and refined various core features of HTML.
Then comes HTML 3.0, where Dave Raggett introduced a fresh paper or draft on HTML. It
included improved new features of HTML, giving more powerful characteristics for
webmasters in designing web pages. But these powerful features of the new HTML slowed
down the browser in applying further improvements.
Then comes HTML 4.01, which is widely used and was a successful version of HTML before
HTML 5.0, which is currently released and used worldwide. HTML 5 can be said for an
extended version of HTML 4.01, which was published in the year 2012.
Steps to create an HTML web page with the help of an example
To create an HTML document follow the following steps:
Step 1: Open your text editor such as Notepad Sublime text, etc.
Step 2: Write the code given below in the text editor.

Step 3: Save this file with the .html extension.


Step 4: Open that file with any browser. The output will be displayed.
EXPERIMENT-2

Q2. Create a HTML file for displaying a webpage with following Tags. The file should
contain a brief description about all these tags:
a) Bold
b) Italics
c) Underline
d) Alignment
e) Paragraph
f) Text colour
g) Headings
h) HR
i) Background color
j) Line break
k) Pre
EXPERIMENT-3

Q3 Design a Web Page of your CV with headings as Objective,


educational qualification, achievements, strengths, hobbies and personal
details.
Apply following specifications:
● Insert a horizontal line after every above mentioned heading (Eg.
Insert horizontal line once objectives are complete).
● Set any light color as page background.
● Bold and underline every heading.
● Insert your image on left side of web page.
● Use heading tag to specify the headings.
● After every heading is over put a horizontal line.
● Use pre tag for Educational Qualification.
● Use Base font tag for all the text.
EXPERIMENT-4

Q4. Write a HTML. code to print the following lines in same manners:

In Mathematics, a quadratic equation is a polynomial equation of the second degree.


The general form is ax2+bx+c=0
Where !=0 (For if a-0, the equation becomes a linear exquation)

"CHEMICAL EQUATION”
4H3PO3=3H3PO4+PH3
and other expression as
Pnew= Pold+ X2 -YacosX
EXPERIMENT-5
Q. Create a nested list as follows
Computer System
1. Input Devices
i. Keyboard
ii. Mouse
iii. Joystick
iv. Scanner
1) Flat Bed Scanner
2) Hand held Scanner
2. Output Devices
i. Monitor
a) LCD
b) CRT
ii. Printer
a) Impact Printer
b) Non Impact Printer

Apply following parts


Insert an image of computer on top tight coner of web page
Display a marquee displaying "Input and Output Devices"
Use different font styles and colors for Input and Output Devices
Insert horontal line after Input Devices are over
Use bold, italics and underline in headings
EXPERIMENT-6

Q. Create a HTML webpage which display the following list.

FRUITS & VEGETABLES


A Vegetables
 Onion
 Tomato
 Radish
 Potato
 Carrot
B Fruits
 Apple
 Banana
 Water-Melon
 Mango
 Grapes

Newspaper & Magazine


o Newspaper
5 The Times of India
6 Hindustan Times
7 Navbharat Times
8 Punjab Kesari
9 Dainik Jagran
o Magazine
i. Business Times
ii. The Week
iii. India Today
iv. Harvard Business Review
v. Computer World

Apply following parts:


Put horizontal line after newspaper and magazine Apply heading tag for newspaper and magazine
Apply a background color
EXPERIMENT- 7

Q. Create the following table

You might also like