0% found this document useful (0 votes)
22 views

Introduction To HTML

Uploaded by

ritikvihan
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Introduction To HTML

Uploaded by

ritikvihan
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Web Technology

Unit 1
Introduction to HTML
By:

Dr. Vipin Kumar


Associate Processor,
Department of Computer Applications,
KIET Group of Institutions, NCR, Ghaziabad, UP, India
What is HTML?
1. HTML is HyperText Markup Language
2. It used to create static web pages for web sites.
3. Tim Berners-Lee invented HTML in 1989.
4. It’s first official version launched in 1991.
5. In 2017, latest version HTML 5.2 has launched.
Main Features of HTML
1. HTML used to describes the structure of a web page.
2. HTML elements are represented by Tags, which are human readable.
3. All known browser supports HTML.
4. It is very simple to learn and use.
5. You can easily learn HTML programming in a few.
6. It is platform independent i.e. it works on all the operating systems.
Structure of HTML page
• <!DOCTYPE html>
<html>
<head>
<title> This is Page Title </title>
</head>
<body>
<h1> This is a Heading </h1>
<p> This is a Paragraph </p>
</body>
</html>
Thank you!

You might also like