0% found this document useful (0 votes)
1 views3 pages

HTML Tags Guide

The document provides a comprehensive list of HTML elements and their purposes, including structural elements like <head>, <body>, and <div>, as well as formatting tags like <b>, <i>, and <strong>. It also covers multimedia elements such as <audio> and <video>, and form elements like <input> and <button>. Additionally, it includes semantic elements like <header>, <footer>, and <article>.

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)
1 views3 pages

HTML Tags Guide

The document provides a comprehensive list of HTML elements and their purposes, including structural elements like <head>, <body>, and <div>, as well as formatting tags like <b>, <i>, and <strong>. It also covers multimedia elements such as <audio> and <video>, and form elements like <input> and <button>. Additionally, it includes semantic elements like <header>, <footer>, and <article>.

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

<html>: Root of HTML document

<head>: Metadata container

<title>: Page title

<body>: Visible content

<h1-h6>: Headings

<p>: Paragraph

<br>: Line break

<hr>: Horizontal line

<b>: Bold text

<strong>: Important text

<i>: Italic text

<em>: Emphasized text

<mark>: Highlighted text

<small>: Smaller text

<del>: Deleted text

<ins>: Inserted text

<sub>: Subscript

<sup>: Superscript

<a>: Hyperlink

<img>: Image

<audio>: Audio content

<video>: Video content

<source>: Media source

<track>: Media captions

<ul>: Unordered list

<ol>: Ordered list

<li>: List item

<dl>: Description list

<dt>: Term

<dd>: Description

<table>: Table

<tr>: Table row

<td>: Table cell

<th>: Table header


<thead>: Table head

<tbody>: Table body

<tfoot>: Table footer

<form>: Form

<input>: Input field

<textarea>: Text area

<button>: Button

<select>: Dropdown

<option>: Option in dropdown

<label>: Input label

<fieldset>: Group form elements

<legend>: Form group title

<div>: Block container

<span>: Inline container

<header>: Header section

<nav>: Navigation

<section>: Section

<article>: Article

<aside>: Sidebar

<footer>: Footer

<main>: Main content

<figure>: Figure container

<figcaption>: Figure caption

<canvas>: Graphics drawing

<svg>: Vector graphics

<iframe>: Embed page

<meta>: Metadata

<link>: External resource

<style>: CSS styles

<script>: JavaScript

<noscript>: Fallback if JS disabled

<details>: Expandable content

<summary>: Summary title

<dialog>: Dialog box


<template>: Hidden template

<slot>: Web components slot

<data>: Machine-readable data

<time>: Date/time

<progress>: Progress bar

<meter>: Measurement gauge

<abbr>: Abbreviation

<address>: Contact info

<cite>: Citation

<code>: Code text

<pre>: Preformatted text

<kbd>: Keyboard input

<samp>: Sample output

<var>: Variable

<bdi>: Bi-directional isolation

<bdo>: Text direction

<wbr>: Word break

You might also like