HTML DEFINITON
HTML stands for Hyper Text Markup symbols or codes added to a file, programmed for display on the internet. It is largely used as computer standard language in the creation of Web pages. To understand HTML in Mauritius from front to back, let us look at each word that makes up the abbreviation:
- Hypertext: text that is structured in order to connect related items.
- Markup : a style guide for typesetting anything to be printed in hardcopy or soft copy format.
- Language : a language that a computer system understands and uses to interpret commands.
HTML describes the structure of web pages. This structure alone is not enough to make a web page look good and interactive. With the combination of assisted technologies such as CSS and JavaScript you can make a dynamic and beautiful static web page.
You can look at HTML CSS and JavaScript this way:
- HTML is the structure of the house
- CSS is the interior and exterior décor
- JavaScript is the electricity, water system and many other functional features that make the house liveable.