0% found this document useful (0 votes)
68 views16 pages

Introduction of Web Technology and HTML: U A G E

This document provides an introduction to HTML (Hypertext Markup Language) and its basic concepts. It explains that HTML is the standard markup language that defines the structure and meaning of web content. HTML uses elements represented by tags to tell browsers how to display text, images, and other content. Common tags include headings, paragraphs, and tables. When a browser reads an HTML file, it does not display the tags but uses them to render the web page content properly. The document also briefly outlines the history of different HTML versions and provides a simple example of an HTML page structure.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views16 pages

Introduction of Web Technology and HTML: U A G E

This document provides an introduction to HTML (Hypertext Markup Language) and its basic concepts. It explains that HTML is the standard markup language that defines the structure and meaning of web content. HTML uses elements represented by tags to tell browsers how to display text, images, and other content. Common tags include headings, paragraphs, and tables. When a browser reads an HTML file, it does not display the tags but uses them to render the web page content properly. The document also briefly outlines the history of different HTML versions and provides a simple example of an HTML page structure.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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

You might also like