Home How It Works HTML Modern Web links

HTML

HTML also known as Hyper Text Mark Up Language is the language used to make Websites.
Newer websites may use a combination of languages along with HTML to make the webpage interactive. HTML uses tags to identify different types of content and the purposes they each serve to the webpage.

Here are some common HTML tags.
  • <h1> to <h6>- Defines HTML headings
  • <head>- Defines the root of an HTML document
  • <body>- Defines the document's body
  • <p>- Defines a paragraph