1, HTML
1.1, Tags
For example:
Tip: Web browser is a software that helps you to see what is on the internet or your PC.
And it is also used to run your HTML file. Some examples of web browsers are Chrome, Edge, Firefox,
Safari, Opera, ...
Opening and Closing tags.
Opened tags example:
Closed tags example:
So, the difference between opened and closed tag is just a simple character (/). We close our opened
tags by using '/'.
1.1.1, Attributes and values
Are words that define the tags that we have written.
For example
1.1.2, Elements
Elements are the combination of the tag (opening and closing), attributes and everything that is in between.