19/12/2021
Think of a document that you would create in in a word processor like Microsoft or Google Docs, They usually consist of more than one style . They use different font sizes to indicate different section of the text, like headers, main content, footers, tables and so on.
Whereas a human can simply look at the document and understand the difference between a heading and a paraghraphe , computers have no such intuition . In order to render correctly a web page , it must be explicitly what each piece of content is .
So how exactly do we tell the browser to display the content ? This is where HYPER TEXT LANGAUGE (or simply HTML) comes in handy.
Html is the language in which most websites are written , it is used to create pages and make them functional.
* HYPERTEXT defines the link between the web pages
* MARKUP LANGUAGE is used to define the text document within TAG which defines the structure of web pages.
#