what is HTML tags and usage and basic HTML tags
Source: Dev.to
What is HTML tags?
An HTML tag tells the browser how to display or handle content.
Basic tag structure
Usage of tags?
HTML tags are used to create, structure, and format content on a web page. Each tag has a specific purpose.
Basic HTML tags
- “ – Defines the beginning and end of an HTML document.
- “ – Contains meta information like title, styles, and scripts.
- “ – Sets the title of the webpage.
- “ – Holds all visible content of the webpage.
- “ – Used for top‑level headings.