HTML Tutorial | Learn HTML | Why to Learn HTML? | Hello World using HTML | Applications of HTML

Introduction Of HTML


                                


HTML stands for Hyper Text Markup Language, which is the most broadly used language on Web to advance net pages. HTML used to be created by using Berners-Lee in late 1991 however "HTML 2.0" used to be the first general HTML specification which used to be published in 1995. HTML 4.01 used to be a foremost model of HTML and it was once posted in late 1999. Though HTML 4.01 model is broadly used however presently we are having HTML-5 model which is an extension to HTML 4.01, and this model was once posted in 2012.


Why to Learn HTML?

Originally, HTML was once developed with the intent of defining the shape of files like headings, paragraphs, lists, and so forth to facilitate the sharing of scientific data between researchers. Now, HTML is being broadly used to layout internet pages with the assist of distinctive tags handy in HTML language.

HTML is a MUST for college students and working authorities to come to be a wonderful Software Engineer mainly when they are working in Web Development Domain. I will listing down some of the key benefits of gaining knowledge of HTML:

Create Web web site - You can create a internet site or personalize an current internet template if you understand HTML well.

Become a internet fashion designer - If you choose to begin a carrer as a expert net designer, HTML and CSS designing is a ought to skill.

Understand internet - If you prefer to optimize your website, to enhance its velocity and performance, it is excellent to understand HTML to yield satisfactory results.

Learn different languages - Once you is aware the primary of HTML then different associated applied sciences like javascript, php, or angular are end up less difficult to understand.


                                                    


Hello World the usage of HTML.


<html>
<head><title>HTML</title></head>
<body>
<h1>Hello World !!</h1>
</body>
</html>

run on chrome
output :- Hello World !!

Applications of HTML

As noted before, HTML is one of the most broadly used language over the web. I'm going to listing few of them here:

Web pages improvement - HTML is used to create pages which are rendered over the web. Almost each web page of net is having html tags in it to render its important points in browser.

Internet Navigation - HTML offers tags which are used to navigate from one web page to every other and is closely used in web navigation.

Responsive UI - HTML pages now-a-days works properly on all platform, mobile, tabs, laptop or laptops owing to responsive graph strategy.

Offline guide HTML pages as soon as loaded can be made on hand offline on the computer besides any want of internet.

Game development- HTML5 has native aid for prosperous journey and is now beneficial in gaming development area as well.

Prerequisites

Before intending with this tutorial you have to have a fundamental working know-how with Windows or Linux working system, moreover you should be acquainted with −

Experience with any textual content editor like notepad, notepad++, or Edit plus etc.
How to create directories and archives on your computer.
How to navigate via extraordinary directories.
How to kind content material in a file and store them on a computer.
Understanding about pics in distinctive codecs like JPEG, PNG format.



Blogger :-

Owner :- Kalpesh Pareva

Location :- Ahmedabad, Gujarat, India.

Professional :- IT

Email :- khatikkalpesh96@gmail.com




Comments