HTML+tags
HTML+tags
2. <head>: Contains meta-information about the HTML document, such as the title and linked
stylesheets.
3. <title>: Defines the title of the HTML document displayed in the browser's title bar or tab.
5. <h1> to <h6>: Defines headings of different levels, with <h1> being the highest and <h6> the
lowest.
12. <div>: Defines a division or a container for grouping other HTML elements.
These are just a few examples of HTML tags. There are many more tags available for various
purposes, such as styling, layout, multimedia, and semantic structure. The choice of tags depends on
the content and structure you want to create on your webpage.