HTML:
- It is case insensitive.
- HTML stands for Hyper Text Markup Language.
- “Hyper Text” means the text which is displayed on the web page.
- “Mark Up” means tag based language.
- It is a client side scripting language providing number of elements to design the web pages.
- Examples of elements are HTML, HEAD, BODY…..
Format of an html page:
<html>
<head>
</head>
<body>
</body>
</html>
Note: Every browser contains interpreter to execute HTML code.