HTML Introduction & History In Hindi - Online HTML Video Tutorials - Part 2

HTML Introduction & History Tutorials With Video (In Hindi) - Part 2
HTML History & Evolution: HTML was developed by Tim Berners Lee while working on CERN (It is a nuclear research based company),  Here he become frustrated on finding information in different - different computers and then he find a better way and find the way to share information anywhere through Hyper Text systems and the world wide web.

First Version Of HTML – HTML 1.0
In this time internet was not very populated. And the people who are using HTML they are also not able to use much more task in that time expect sharing of message or information. In this time original HTML consisted with only  tags and this was the beginning of HTML.


HTML 2.0
Internet started to gain some popularity and in 1995 HTML 2.0 was released with some new features. HTML 2.0 was not very much different, except added some new features.


HTML 3.0
HTML 3.0 comes with lots of changes and new features, which is lovable for human being and in this time people are also very friendly with internet and HTML. Now HTML is having lots of tags that provide lots of features and solve lots of problems. In Jan 1997 HTML 3.2 became the official standard.


HTML 4.0
In 1998 HTML 4.0 comes with the style tags and it was a new boom in HTML. Here style become a separate part of HTML but using CSS people can customize as per requirement. HTML 4.0 provides new tags like: CSS, Scripts, Style sheet, Embedded Objects, Frames, Tables, Forms and lots of improved accessibility features. 
HTML 4.0 was the huge change in internet information exchange world. It provides a better result in terms of user interface and user connectivity.
After HTML 4.0 a new version comes that’s known as XHTML.


HTML 5.0
HTML 5.0 is a combination of HTML 4.0 And XHTML. Now we are widely using HTML 5.0 because its provide the complete combination of message, way and designing. Here we can developed lots of websites static as well as dynamic with better look and fields.
HTML 5.0 provides the new way in ecommerce field, Now days maximum sites developed by HTML with the help of designing languages. It was designing for now and future and it is very easy to learn and develops websites and web projects.  
 

Basic Tags Of HTML:
<> - Language Specifier/ Language Boundation.
<html> - HTML Language
<head> - Heading
<title> - Title
<body> - Text Area/ Work Area
Whenever we want to use any html tag, It is required to close the tags also. For closing / (back slash) tag we are using with open tag.
For Example:
</html>                          

</head>
</title>                            

</body>    
 

First Test Page:
 <html>
<head> Sample Page </head>
<title> My First Page </title>
<body>
<br>
Hello friends !!!! This is my first page.
</body>
</html>


Now save this with the extension of .htm or .html, and open in any browser then you can see the output like below picture.

Watch Online HTML Basic Hindi Video Tutorial- Part 1:


Please like my facebook page to receive daily technical videos online.

\\ If you have any query or questions on my post then please comment below //

Labels: