0% found this document useful (0 votes)
7 views13 pages

Hyper Text Markup Language

Ok

Uploaded by

gothwalhanshu7
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)
7 views13 pages

Hyper Text Markup Language

Ok

Uploaded by

gothwalhanshu7
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/ 13

Hyper Text

Markup
Language
[ HTML ]
TOPICS
 Introduction
 Structure
 HTML Elements
 HTML Formatting Elements
 HTML Attribute
 HTML Attribute Types
 HTML Tags
 HTML Tags Types
 HTML Uses
What is HTML ?

 HTML stands for Hyper Text Markup Language


 HTML is the standard markup language for creating Web pages
 HTML describes the structure of a Web page
 HTML consists of a series of elements
 HTML elements tell the browser how to display the content
Structure of Web Page

 Starting with the tag


<html>…</html> <!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
Everything about
</head>
<html>
<body>
the web page should ……..
<h1>My First Heading</h1>
be enclosed here
<p>My first paragraph.</p>
</html>
</body>
</html>
Structure of Web Page
HTML Formatting Elements
HTML Attribute
HTML Tags By
conventio
n all HTML
tags
begin
with ‘<‘
and end
with ‘>’

Container tags

HTML tags
can be of
two types:
Empty tags
Types of HTML Tags

CONTAINER Tags EMPTY Tags


 A tag is said to a container, if it has  A tag is said to be empty, if it does
a companion tag. not have a companion tag.
 Eg. <b> is said to be container tag  Eg. <br> is said to be empty tag.
with companion tag </b>.
HTML Uses

Web
pages
developm
Game ent Web
developm document
ent usage Creation

Responsiv
Internet
e images
navigatio
on web
n
pages Cutting
edge
feature

You might also like