What is HTML?
Full form of HTML is Hyper Text Markup Language.
Lets understand each one by one.
H = Hyper = Hyper means not linear. Something which does not go only in one direction. For example, in Movie Theater you can watch a movie from beginning to end(one direction only), this is called linear. But in your mobile you can watch a movie in any direction and even leave one movie and can watch another movie. This is called Hyper(not linear).
So, in HTML you can see a page and click on any link to visit that page. Hope you understand the meaning of H in HTML now.
T = Text = Text means HTML is based on text. You write tags that are in text format. We will learn HTML tags in details soon. (Kindly follow My BLOG for the same).
M = Markup = Markup means what effect HTML tags give to the text inside them. For example HTML have power to make a text BOLD and they also have power to make it Italic.
L = Language = HTML is basically a language that tells/instructs BROWSER how to display the page. For example it makes heading of page with <H1> tag.
Hope you like this tutorial, I will add more and complete HTML tutorial based on response I get from you guys.
#html #whatishtml #hypertextmarkuplanguage #codewithrakesh
Comments
Post a Comment