HTML Tag Reference Manual

List HTML tags in alphabetical order

Tag Description
<!--...--> Define a comment.
<!DOCTYPE>  Define the document type.
<a> Define a hyperlink.
<abbr> Define an abbreviation or acronym.
<acronym> Not supported in HTML5. Please use <abbr> Instead.Define an acronym.
<address> Define the contact information of the document author or owner.
<applet> Not supported in HTML5. Please use <embed> And <object> Instead.Define an embedded applet.
<area> Define an area within an image map.
<article> Define an article.
<aside> Define content outside the page content.
<audio> Define embedded audio content.
<b> Define bold text.
<base> Specify the base URL and/or target for all relative URLs in the document.
<basefont> Not supported in HTML5. Please use CSS Instead.Define the default font, color, or size of the text in the document.
<bdi> Define the text direction of the text, making it脱离 its surrounding text direction settings.
<bdo> Define the text direction.
<big> Not supported in HTML5. Please use CSS Instead.Define large text.
<blockquote> Define a long quotation.
<body> Define the main content of the document.
<br> Define a simple line break.
<button> Define a clickable button.
<canvas> Used to dynamically draw graphics through scripts (usually JavaScript).
<caption> Define a table caption.
<center> Not supported in HTML5. Please use CSS Instead.Define centered text.
<cite> Define the title of a work.
<code> Define a block of computer code.
<col> Specify The <colgroup> element Column attributes for each column
<colgroup> Specify a group of columns for formatting within a table.
<data> Add a machine-readable translation of the given content.
<datalist> Specify a predefined list of options for an input control.
<dd> Define the description or value of the term in a description list.
<del> Define text that has been deleted from the document.
<details> Define additional detailed information that users can view or hide.
<dfn> Specify terms to be defined within the content.
<dialog> Define a dialog or window.
<dir> Not supported in HTML5. Please use CSS Instead.Define a directory list.
<div> Define a section (fragment) within a document.
<dl> Define a description list.
<dt> Define the term or name in a description list.
<em> Define emphasized text.
<embed> Define a container for external resources.
<fieldset> Group related elements within a form.
<figcaption> Define The figure element Title of
<figure> Specify self-contained content.
<font> Not supported in HTML5. Please use CSS Instead.Define the font, size, and color of text.
<footer> Define the footer of a document or section.
<form> Define an HTML form for user input.
<frame> Not supported in HTML5.Define windows or frames within a frameset.
<frameset> Not supported in HTML5.Define a frameset.
<h1> to <h6> Define HTML headings.
<head> Contain metadata or information about the document.
<header> Define the header of a document or section.
<hgroup> Define a title and related content.
<hr> Define changes in the theme of the content.
<html> Define the root of an HTML document.
<i> Define a text part expressed in a different tone or mood.
<iframe> Define an inline frame.
<img> Define an image.
<input> Define input controls.
<ins> Define text that has been inserted into the document.
<kbd> Define keyboard input.
<label> Define input element Annotation of
<legend> Define fieldset element Title of
<li> Define the item of a list.
<link> Define the relationship between the document and external resources (often used for linking style sheets).
<main> Define the main content of the document.
<map> Define an image map.
<mark> Define text that should be marked or highlighted.
<menu> Define an unordered list.
<meta> Define metadata about the HTML document.
<meter> Define gauges within a known range.
<nav> Define navigation links.
<noframes> Not supported in HTML5.Define alternative content for users who do not support frames.
<noscript> Define alternative content for users who do not support client-side scripts.
<object> Define a container for external resources.
<ol> Define an ordered list.
<optgroup> Define a group of related options in a dropdown list.
<option> Define an option in a dropdown list.
<output> Define the result of a calculation.
<p> Define a paragraph.
<param> Define parameters of an object.
<picture> Define a container for multiple image resources.
<pre> Define preformatted text.
<progress> Define task progress.
<q> Define short quotes.
<rp> Define content to be displayed in browsers that do not support ruby annotations.
<rt> Define the explanation/sound of characters (for East Asian printing).
<ruby> Define ruby annotations (for East Asian printing).
<s> Define text that is no longer correct.
<samp> Define sample output of a computer program.
<script> Define client-side scripts.
<search> Define a search section.
<section> Define a section in the document.
<select> Define a dropdown list.
<small> Define small text.
<source> Define media elements (such as <video>,<audio> And <picture>Multiple media resources.
<span> Define a part of the text, or a part of the document.
<strike> Not supported in HTML5. Please use <del> Or <s> Instead.Define text with an overline.
<strong> Define important text.
<style> Define style information for the document.
<sub> Define subscript text.
<summary> Define <details> element Visible title of
<sup> Define superscript text.
<svg> Define the container for SVG graphics.
<table> Define a table.
<tbody> Define main content in a table.
<td> Define cells in a table.
<template> Define a container used to hold hidden content at page load time.
<textarea> Define a multi-line text input control.
<tfoot> Define footer content in a table (footnotes).
<th> Define header cells in a table.
<thead> Define header content in a table.
<time> Define date/time.
<title> Define the title of the document.
<tr> Define rows in a table.
<track> Define text tracks used in media players.
<tt> Not supported in HTML5. Please use CSS Instead.Define typewriter text.
<u> Define text that is not explicitly expressed and has a style different from ordinary text.
<ul> Define an unordered list.
<var> Define variables.
<video> Define embedded video content.
<wbr> Define possible line breaks.