HTML

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 6

HTML PPT

BY NIHAR NEGANDHI
Introduction

HTML is the standard markup language


for Web pages.
With HTML you can create your own
Website.
HTML is easy to learn - You will enjoy
it!
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
HTML elements label pieces of
content such as "this is a
heading", "this is a paragraph",
"this is a link", etc.
• HTML headings are defined with the <h1>to <h6> tags.
• <h1> defines the most important heading. <h6> defines the least Heading tags
important heading.
h1 h1 h1 h1 h1 h
<h1> <h2> <h1> <h1> <h1> <h1>
Heading 1 Heading 1 Heading 1 Heading 1 Heading 1 Hea
</h1> </h2> </h1> </h1> </h1> </h1>

You might also like