answersLogoWhite

0

What and why is it used HTML?

User Avatar

Anonymous

8y ago
Updated: 2/8/2022

HTML = Hypertext Markup Language

It is used to make web pages. The browser reads the HTML markup, and creates the page you see in your browser.

There are other languages in use on the internet, for example Flash (for animation) and PDF (for downloadable documents), but HTML is the one language that ties all the others together.

You can see an HTML example by finding the option "view source" in your browser (normally by right-clicking anywhere on the page), it will show you the code used to create the page you are looking at now.

If you wish to learn HTML, see the related link to W3Schools
HTML is used for the creation of web. The web pages that we see are mostly created using HTML.

What else can I help you with?