(Last Updated On: October 21, 2019)

HTML Introduction

Actually HTML stands for Hyper Text Markup Language. it invented in 1982 and HTML is not a programming language. in html, we only do adding design and structure to text and place images on web page. if you visit any web site you can see HTML language on source code. (right click and click “view page source”.  Browser (internet explore ,Chrome,Safari, Firefox ) read our HTML and display us result of HTML code. 

The <!DOCTYPE>

HTML Introduction for very Beginners

Doctype represents the document type for web browser and it helps to display right content.

HTML Page Layout Structure

HTML – you must type this before type blow things.. once you open <html> you must close it </html>

Head – you can see page information on this section. like – page language whether English. normally they are not displayed for human but Search engine.  once you open <head> you must close it </head>.  in HTML5, we can omit Head.

Body – Main section of the web page. you can see  (<p>,<h1><br><hr> and all HTML elements..) once you open <body> you must close it </body>

Tag – HTML tags normally has two parts.. <open> tag and </close> tags.. (<p> </p>)

HTML Introduction for very Beginners

After type above Code, Save it as HTML File. and open it with Browser.

HTML Introduction



1. Who is invented HTML and which year?

it invented by Tim Berners-Lee in 1982.

2. Which version HTML now we use? 

Now we use HTML5. it was introduced in 2014. and HTML have now 6 versions. 

HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01  1999
XHTML 2000
HTML5 2014

 3. In head, which elements,tag can we use?

we can put <title> <script><style><meta><link><base>



we will try to teach HTML very basic level so  if you have suggestion, please tell us. if this “HTML introduction” is useful then please share this on facebook and other social medias.Help others to find out this guide line on Facebook.  be sure to bookmark our site on your browser