0% found this document useful (0 votes)
3 views2 pages

HTML Tags Guide 2

The document provides a list of HTML elements along with brief descriptions of their purposes. It includes elements for structuring content, such as <header>, <footer>, <nav>, and <article>, as well as interactive elements like <dialog> and <details>. Additionally, it covers elements for embedding content and metadata, such as <script>, <link>, and <meta>.

Uploaded by

oanime799
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

HTML Tags Guide 2

The document provides a list of HTML elements along with brief descriptions of their purposes. It includes elements for structuring content, such as <header>, <footer>, <nav>, and <article>, as well as interactive elements like <dialog> and <details>. Additionally, it covers elements for embedding content and metadata, such as <script>, <link>, and <meta>.

Uploaded by

oanime799
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

<picture>: Responsive images container

<map>: Image map

<area>: Clickable area in image map

<col>: Column properties

<colgroup>: Group of columns

<caption>: Table caption

<output>: Calculation result

<datalist>: Predefined input options

<optgroup>: Group dropdown options

<legend>: Fieldset title

<menu>: List of commands

<menuitem>: Command item

<summary>: Details summary

<details>: Expandable details

<dialog>: Popup dialog

<template>: Hidden content template

<slot>: Web component placeholder

<portal>: Embed another page (experimental)

<base>: Base URL

<param>: Parameters for object

<object>: Embedded object

<embed>: External content

<noscript>: No JS fallback

<style>: CSS block

<script>: JavaScript

<link>: External file link

<meta>: Metadata

<html>: Root element

<body>: Body content

<head>: Metadata container

<title>: Page title


<main>: Main section

<aside>: Sidebar content

<footer>: Footer

<header>: Header

<nav>: Navigation

<section>: Section

<article>: Article

You might also like