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

HTML

PART-3
HTML INTRODUCTION

1.What is HTML
2.History of HTML
3.Why we learn HTML
4.Features of HTML
5.Advantages of HTML
6.Disadvantages of HTML
What is HTML:
• HTML stands for Hyper Text Markup Language.
• HTML was created by Berners-Lee in the year 1991.
• HTML describes the structure of the webpage.
• HTML is a standard markup language to create webpages.

Hyper Text: The text that we click to jump from one page to another page. A text within text is said to be a
hyper text.

Markup Language: Tags that apply layout and formatting conventions to plain text. Literally,
the plain text is “marked up” with the tags. we can apply the beautiful presentation for text or document using
tags.
Why we learn HTML:
• Better understand the web
• To create websites
• To become a web developer
• Learn another languages with greater ease

Versions of HTML:
Version Year
HTML 1991
HTML 2.0 1995
HTML 3.0 1997
HTML 4.01 1999
XHTML 2000
HTML5 2014
Features of HTML:

• It is very easy to learn and easy to understand.


• It is very easy to make attractive presentation with html.
• It is markup language it provides a flexible way to design webpages
• They have link tags to navigate one page to another page.
• It is a platform independent. It can run on any browser.
• To add graphics , videos, music and images to the web pages to more attractive
and interactive.
• It is a not case sensitive language. we can write either small letters or capital
letters
Advantages of HTML:
• HTML is a free and open source markup language.
• HTML have many tags and attributes to short your line of code.
• HTML supported on any browsers.
• HTML is light weighted and fast to load.
• HTML can integrated on any languages like JavaScript, CSS, .NET, Java ..etc.
• HTML is the most friendly search engine.
• HTML is simple to edit.
• HTML is to develop responsive UI.
Disadvantages of HTML:
• HTML does not create server side and dynamic websites.

• HTML does not perform any validations and mathematical functions.

• HTML does not provide any security.

• Sometimes it can hard to understand the structure of HTML document.


By
Sai kiran Undavalli

You might also like