HTML.
HTML
WHAT IS HTML?
HTML stands for hypertext markup language and overall html is really an easy language to learn even for the beginners in website building, it is tag base language.
<tag>..............</tag> having a proper opening and closing tags.
Google bots crawl the html to understand the relevance of the links, content searched and provide the required useful content to the user/consumer on internet. HTML is the most significant language without which bots can not work. HTML document should always be saved/ created in notepad and html documents are files that end with (.html) extension.
HISTORY OF HTML.
In early years SGML( standard generalized markup language) was used which had its own limitations therefore TIM BANNER LEE in 1989 created the advance version of SGML as HTML (www) world wide web but due to some reasons launched it in the year 1992. Since then HTML has become the most important tool of internet and its users at global front, as a matter of fact you can see the use of WWW without which every search is incomplete.
HOW DOES HTML WORK?
alt attributes to markup a website.
FOR EXAMPLE: we can create a heading by placing the text within the opening and closing tag.
<H1> HELLO </H1>
CONCLUSION:
HTML is the most easy and important tag base language used in the present , past as well as future scenario because without HTML internet service is incomplete and plays a vital role in the google web page ranking.
HTML stands for hypertext markup language and overall html is really an easy language to learn even for the beginners in website building, it is tag base language.
<tag>..............</tag> having a proper opening and closing tags.
Google bots crawl the html to understand the relevance of the links, content searched and provide the required useful content to the user/consumer on internet. HTML is the most significant language without which bots can not work. HTML document should always be saved/ created in notepad and html documents are files that end with (.html) extension.
HISTORY OF HTML.
In early years SGML( standard generalized markup language) was used which had its own limitations therefore TIM BANNER LEE in 1989 created the advance version of SGML as HTML (www) world wide web but due to some reasons launched it in the year 1992. Since then HTML has become the most important tool of internet and its users at global front, as a matter of fact you can see the use of WWW without which every search is incomplete.
HOW DOES HTML WORK?
- HTML is a markup language in which we work with simple code structure i.e. tags and
alt attributes to markup a website.
FOR EXAMPLE: we can create a heading by placing the text within the opening and closing tag.
<H1> HELLO </H1>
- If there is any error in the code structure like of spelling mistake or any other then it'll not appear in html and without the closing tag </> the content will not be displayed.
- HTML documents are represented as (.html) extension.
- With the .html extension we can view the document/file in any browser like google chrome, safari, mozilla firefox.
- In HTML we enter the title, meta description, meta keywords and this is done this you will understand better with an example:
- Here in this example you can see how the title, meta description and meta keywords has been placed.
- Through HTML you entre colors to your content
- You can bold your content with the <b>.....</b> tag.
- You can underline your content with the <u>.....</u> tag.
- You can use italic font on your content with the <i>....</i> tag.
- You can also inserte optimised images through HTML on your web page.
- Proper sequencing of the heading in ascending order is very important to optimise your web page because wrong heading structure can cause a high risk to the ranking of your web page.
CONCLUSION:
HTML is the most easy and important tag base language used in the present , past as well as future scenario because without HTML internet service is incomplete and plays a vital role in the google web page ranking.




Comments
Post a Comment