- HTML stands for HyperText Markup Laungauge
- HTML is used to structure the content on a website.
- We are learning HTML to be able to make a simple website.
- HTML tag is used for determining characteristics of its enclosed content, like for example, that the content is Italized, or it is hyperlinked to a different web adress or that it is part of heading etc.
- There are two types of HTML tags - opening and closing tag:
- opening tag: it consists of < h1 >
- closing tag: < / h2 > spaces are used so that it isnt used as actual HTML here.
-
Attribute is an extra information about the element, that you dont want to be seen on the website.
-
Anatomy of the HTML document consist of all the content on the entire page.