Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
There are two types of tags-
- Paired Tag
- Html
- Hyper Text Markup Language
- Head
- First part pf HTML document
- Body
- Main part of Html document
- Title
- Title of the page
- H1-H6
- Headers for main points on page.
There are 1-6 different sizes and styles by default.
- Ordered List
- A numbered list
- Unordered List
- A list containing bullet points or roman numerals instead of numbers
- Non paired Tag
- Line Break
- A space between lines
- Paragaraph
- A space between paragraphs