HTML-Introduction


What Is HTML?

Every webpage you look at is written in a language called HTML. HTML stands for Hyper Text Markup Language. Hypertext means "a text with link in it". Any time you click on a word/text that brings you to a new webpage, you've clicked on hypertext!. A markup language is a programming language (not actually) it can turn text into images, links, tables, lists, and much more. HTML is very easy to learn you'll enjoy it.

Below click on the word google. you'll go to the page google.com. This is called Hypertext

What Can i Do With HTML?

With HTML, you can:

  • make paragraphs of text
  • make lists (both numbered and buletted)
  • make tables
  • make links
  • add images

And you can do much more. Dont worry we'll dicuss almost everything.

WHAT IS HTML 5?

In short HTML 5 is the latest and most enhanced version of HTML. It is the fifth and current version of the HTML standard with new elements, attributes, and behaviors.

HTML VERSIONS

Version Year
HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML5 2014
HTML 5.1 2016
HTML 5.2 2017

What is new in HTML 5?

New Features Short description
Declaration <!DOCTYPE html>
Semantics Elements Added new semantic elements like <header>,<footer>, <article>, <section>, and <main> .
Inline Elements Added new inline elements like <mark>,<time>, <meter>, <progress> .
Graphic Elements <svg> and <canvas> two new graphic elements were introduced with HTML5.
useful Tags <audio> and <video> two most powerful tags were introduced with HTML5.