Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

HTML label list (functional sorting)


May 04, 2021 HTML Reference Manual


Table of contents


HTML Reference Manual - (HTML5 standard).


Function sorting

New : HTML5 new label

Label Describe
Basis
<! DOCTYPE> Define the document type.
<html> Define an HTML document
<title> Define a title for the document
<body> Defines the body of the document
<h1> to <h6> Define the HTML title
<p> Define a paragraph
<br> Define simple folds.
<hr> Define horizontal lines.
<!--...--> Define a comment
Format
<acronym> HTML5 is no longer supported. Define abbreviations that take only the initials.
<abbr> Define an abbreviation.
<address> Define the contact information of the author or owner of the document.
<b> Define bold text.
<bdi> New Allows you to set a piece of text that is separate from the text orientation settings of its parent element.
<bdo> Define the orientation of the text.
<big> HTML5 is no longer supported. Define large text.
<blockquote> Define block references.
<center> HTML5 is no longer supported. H TML 4.01 is obsolete. Define the Chinese book.
<cite> Define a reference( citation).
<code> Define the computer code text.
<del> Define the deleted text.
<dfn> Define the defined project.
<em> Define the emphasis text.
<font> HTML5 is no longer supported. H TML 4.01 is obsolete. Define the font, size, and color of the text
<i> Define italic text.
<ins> Define the inserted text.
<kbd> Define the keyboard text.
<mark> New Define marked text.
<meter> New Define metrics. Used only for measures with known maximum and minimum values.
<pre> Define preformed text
<progress> New Defines the progress (process) of a running task.
<q> Define short references.
<rp> New Define what is displayed by browsers that do not support ruby elements.
<rt> New Defines the interpretation or Chinese characters, such as accents or characters.
<ruby> New Define ruby comments (Chinese notes or characters).
<s> Define the text with the deletion line.
<samp> Define a sample of computer code.
<small> Define small text.
<strike> HTML5 is no longer supported. H TML 4.01 is obsolete. Define the text with the deletion line.
<strong> Define text with a stronger emphasis on the tone.
<sub> Define the underlying text.
<sup> Define the labeled text.
<time> New Define a date/time
<tt> HTML5 is no longer supported. Define typewriter text.
<u> Define underlined text.
<var> Defines the variable portion of the text.
<wbr> New Specify where it is appropriate to add line breaks in the text.
The form
<form> Define an HTML form for user input.
<input> Define an input control
<textarea> Defines a multi-line text input control.
<button> Define the button.
<select> Define the selection list (the down-down list).
<optgroup> Defines a combination of relevant options in the selection list.
<option> Define the options in the selection list.
<label> Defines the labels for the input element.
<fieldset> Defines the border around the elements in the form.
<legend> Defines the title of the fieldset element.
<datalist> New Provides a list of possible options for the input element.
<keygen> New Specifies the key pair generator field used for the form.
<output> New Define the result of a calculation
Framework
<frame> HTML5 is no longer supported. A window or frame that defines a frame set.
<frameset> HTML5 is no longer supported. Define the frame set.
<noframes> HTML5 is no longer supported. Define alternative content for users who do not support the framework.
<iframe> Define an inline framework.
Image
<img> Define the image.
<map> Define the image map.
<area> Define the area inside the image map.
<canvas> New Draw graphs (such as charts and other images) using scripts, usually JavaScript.
<figcaption> New Define a caption for a slt;figure.element
<figure> New The figure label is used to combine elements.
Audio/Video
<audio> New Define sounds, such as music or other audio streams.
<source> New Define the media resources for the media elements of the media element . media
<track> New Define external text tracks for media elements.
<video> New Define an audio or video
Link
<a> Define a link
<link> Define the relationship between a document and an external resource.
<nav> New Define navigation links
List
<ul> Define a sequenceless table
<ol> Define an ordered list
<li> Define a list item
<dir> HTML5 is no longer supported. H TML 4.01 is obsolete. Define a list of directories.
<dl> Define a list of definitions
<dt> Define an item in a definition definition list.
<dd> Define the description of the items in the definition list.
<menu> Define the menu list.
<command> New Define commands that a user might call, such as a turn button, check box, or button.
Form
<table> Define a table
<caption> Define the table title.
<th> Define the header cells in the table.
<tr> Define the rows in the table.
<td> Define the cells in the table.
<thead> Define the header content in the table.
<tbody> Defines the body content in the table.
<tfoot> Define the table notes (footnotes) in the table.
<col> Defines the property values of one or more columns in a table.
<colgroup> Define the groups of columns in the table for formatting.
Style/section
<style> Define the style information for the document.
<div> Define the sections in the document.
<span> Define the sections in the document.
<header> New Define the head part of a document
<footer> New Define the bottom of a document
<section> New Defines an area of the document
<article> New Define the content of an article
<aside> New Define content other than what it is in.
<details> New Defines additional details of user-visible or hidden requirements.
<dialog> New Define a dialog box or window
<summary> New Define a visible title. Details are displayed when the user clicks on the title.
Meta-information
<head> Define information about the document
<meta> Define meta-information about HTML documents.
<base> Define the default address or destination for all links in the page.
<basefont> HTML5 is no longer supported. H TML 4.01 is obsolete. Defines the Chinese font, color, or size of the page.
Program
<script> Define the client script.
<noscript> Define alternative content for users who do not support client scripts.
<applet> HTML5 is no longer supported. H TML 4.01 is obsolete. Define embedded applets.
<embed> New A container is defined for embedding external applications or interactive programs (plug-ins).
<object> Define embedded objects.
<param> Define the parameters of the object.