LEARN HTML IN FUNNY WAY

                          HTML Tutorial-1                            

 #What is HTML?

The full form of HTML is "Hypertext Markup Language".Here,we can see that the full form of HTML is combined with three different word 'Hypertext','Markup' and 'Language'.From these three word 'language' is linked up with 'markup'.

Hypertext+Markup Language=Hypertext Markup Language

 I want to discuss on 'Hypertext' and 'Markup Language' differently.Let's see what is 'hypertext' and what is 'markup language'-----

Hypertext is the non linear arrangement of the textual components.please ,see at the below picture to understand it properly--
                      image source:https://users.cs.cf.ac.uk/Dave.Marshall/Multimedia/hypertext.gif

When you enter our blog site to learn HTML and when you read our tutorial that means you read it linear ,but when sometimes I add a link with text for example 'click on here' to see our website about page.If you click on you go to  about page of our profile.That is non linear and It's called hypertet.

So,hypertext is the procedure of connection between two documents via a link.


Markup Language is the procedure to read a document in a way that is syntactically distinguishable 
form the text.That means markup languages are designed with  some tag which is responsible for reading text,formatting text ,provide style but tag  is not shown in website.

For example:

This is bsodh.blogspot.com
For the above code only "This is bsodh.blogspot.com" will be provided in website, and
tag will not be shown.

Though there are few markup language available but HTML is most common among them.

In short,HTML is the standard markup language for website creation.
HTML is the basic building block of a website because without it the skeleton or basic structure of a website is not possible.After creating basic building block of a website using HTML,then CSS,JavaScript and many more languages and framework use for make it eye-catching and user friendly.

#What is necessary to learn HTML ?

Nothing special but basic internet browsing skill ,one browser like google chrome,mozila firefox,opera,webkit/safari,and one HTML editor like notepad,notepad++,sublime text,atom,adobe dreamweaver cc is required to learn HTML.



I am going to use notepad++ and sublime text 3 to teach you HTML.You have to download just one of them.Here in below I provided you all the text editor download link.

Notepad :It is the default text editor for windows.So,download is not necessary.
Notepad++ :  click here for download.
sublime text :click here for download.
atom :click here for download.
adobe dreamweaver cc :click here for download(windows) only.

***Today is no more,we started our HTML coding journey with next tutorial.

                                                       ****HAPPY CODING****                                


0 Comments