Search On Google

Saturday, December 15, 2018

What is HTML?


HTML stand for Hyper Text Markup Language.Hypertext is text displayed on a computer screen or other electronic devices and main important point  is that hypertext documents are interconnected by hyperlink.

What is markup language?

In computer text processing a markup language is a language for adding metadata to
document in a way that is properly differentiated from the text because markup language's syntax differ.

HTML full form is Hyper Text Markup Language.
HTML have many elements which gives a object structure.
HTML tags are nothing just element names with angular brackets as below given example.

Example: 

1- <tagname>content1</tagname>
2- <tagname>content2</tagname>

Browser never display tags on pages at execution time rendered view of tags you can see.
Browsers read HTML documents and display them.

Basic structure of HTML is written below:-

<!DOCTYPE html>
<html>
  <head>
     <meta name="description" content="description of websites">
  </head>
  <body>
     <p>paragraph1</p>
  </body>
</html>


HTML versions:- 

HTML 1.0 in 1991
HTML 2.0 in 1995
HTML 3.2 in 1997
HTML 4.0 in 1999
XHTML in 2000
HTML5 in 2014

Try HTML Basic Structure Example in Editor

1 comment:

  1. Thanks .I like this. You are posting
    article in simple language.

    ReplyDelete

About Me

My photo
Mumbai, Maharashtra, India