Skip to main content

Posts

Showing posts from July, 2021

What is HTML?

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 pag