Sie sind auf Seite 1von 16

NTRODUCTION OF WEB TECHNOLOGY

AND HTML E
G
A
U
G
N
A
L
P
U
K
R
A
M
T
X
E
T
R
E
P
Y
H
Hyper Text Markup
Language
WHAT IS
HTML?
 HTML (Hyper Text Markup Language) is the
most basic building block of the Web. It
defines the meaning and structure of web
content.
WHAT IS
HTML?
 HTML is the standard markup language for
Web pages With HTML you can create your
own Website.
WHAT IS
HTML?
 HTML consists of a series of elements.
WHAT IS
HTML?
 HTML elements tell the browser how to
display the content.
 HTML elements are represented by tags.
WHAT IS
HTML?
 HTML tags label pieces of content such as
"heading", "paragraph", "table", and so on.
WHAT IS
HTML?
 HTML consists of a series of elements.

 Browsers do not display the HTML tags, but


use them to render the content of the page.
HTML TAGS

 <tagname>content goes here...</tagname>.


WEB
BROWSERS
 The purpose of a web browser (Chrome,
Edge, Firefox, Safari) is to read HTML
documents and display them.
 The browser does not display the HTML
tags.
HTML
VERSIONS
Version
HTML
Year
1991

HTML 2.0 1995

HTML 3.2 1997

HTML 4.01 1999

XHTML 2000

HTML5 2014
HTML PAGE
<html>
STRUCTURE
<head>
<title>Page title</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
E IN PRACTICAL SESSION

Rb banda
We Learn Today in
practical :
 HTML Overview
 Heading Tag
 Paragraph Tag
Rb banda
Thanks to see our video

Das könnte Ihnen auch gefallen