HTML dictionary

Tag Information
<!-- ... --> Used to provide a comment or description. Sentences located in this container will not be visible in the browser
<!DOCTYPE>  Defines document type information
<a> Defines an anchor, but it is more appropriate to interpret it as a link because this link is used to link one HTML document to another HTML document
<abbr> Used to decipher an abbreviated expression and you can provide useful information to searchers of the page source (code source page) / screen readers, translation systems and search engines that come from the abbreviation that has been deciphered, but when in the browser the description will not appear and just for information
<acronym> Defining the acronym / function of this tag is more or less the same as the <abbr> tag
<address> Defines contact information for the document author/owner
<applet> Used to insert Java files into HTML documents
<area /> Defines clickable areas (links) on the image map
<b> Make text bold
<base /> Defines the base/target URL for all relative URLs in the document
<basefont /> Create default text attributes, such as color, size, font type for all text in a document
<bdo> Used to override text direction
<big> Increase the text size by one point from the default
<blink> Makes text flash
<blockquote> Defines a long quote. When in the browser the text will appear indented
<body> Defines the body/contents of an HTML document, functions to determine how the contents of a document are displayed in the web browser. The contents of the document can be in the form of text, images, animations, links and so on
<br /> Give a new line/move line
<button> Defines a clickable button
<caption> Create captions for tables
<center> For center alignment of text or images
<cite> Defining quotes
<code> Defines a piece of computer code
<col /> Defines the attribute values ​​of one or more columns in a table
<colgroup> Specifies a group of one or more columns in a table for performance
<dd> Defines the description of the item in the definition list
<del> To center the text/cross out the text
<dfn> Defining a definition term
<dir> Defines a directory listing
<div> Defines a section in the document
<dl> Defines a list of definitions
<dt> Defines terms (items) in the definition list
<em> Make text italic. The function of this tag is the same as the <i> tag, but the <em> tag is more recommended/emphasized for use for italic text
<embed> Used to insert video files or music files
<fieldset> To group related elements in a form / create something like a frame-box in the form
<font> Defines font type, color and size for text
<form> Defines an HTML form for form input
<frame /> Defines frames in fremeset
<frameset> Defines a set of frames
<h1> to <h6> Used to indicate the beginning of a header/title of the HTML document.
<head> Used to provide information about the document
<hr /> Create a horizontal line
<html> Defines the root of an HTML document
<i> Make text italic
<iframe> Defines an inline frame
<img /> Works to display images on HTML documents
<input /> Defines input fields on the form
<ins> Make text underlined
<kbd> Defines the text input from the keyboard
<label> Defines a label for an <input> element
<legend> Defines a caption for the <fieldset> element
<li> Used to display information in the form of list items
<link /> Defines the relationship between a document and its external sources
<listing> The function of this tag is the same as the <pre> tag and it is recommended to use the <pre> tag because the <listing> tag is not feasible/protested
<map> Defines a client-side image map
<marquee>  Make text run vertically or horizontally
<menu> Defines a menu list
<meta /> Defines metadata about an HTML document
<nobr> Prevent line breaks in text or images
<noframes> If the user's browser does not support frames
<noscript> If the user's browser does not support client-side scripts
<object> embed an object
<ol> Defines a list in numbering format
<optgroup> Displays several options that have been grouped in the form of a drop-down list
<option> Displays several options in the form of a drop-down list
<p> Create a paragraph
<param /> Defines a parameter for the object
<pre> Make text with the same font size
<q> Defining a short quote
<s> To center text/cross out text, the function of this tag is the same as the <del> tag but the <s> tag is not recommended, instead use the <del> tag
<samp> Defines an example of the output of a computer program
<script> Defines client-side scripts
<select> Create a drop-down list
<small> Reduce the text size from its default size
<span> Defines a section in the document
<strike> To center text/cross out text, the function of this tag is the same as the <del> tag
<strong> Makes text bold, the function of this tag is the same as the <b> tag
<style> Defines style information for HTML documents
<sub> Gives a subscript effect to the text
<sup> Gives a superscript effect to the text
<table> Create a table
<tbody> To group body contents in a table
<td> Defines cells in a table
<textarea> Defines a multiline input control
<tfoot> To group footer contents in a table
<th> Defines header cells in a table
<thead> To group header contents in a table
<title> Create a title for an HTML document
<tr> Create a row in a table
<tt> Defines teletype text
<u> Creates underlined text, the function of this tag is the same as the <ins> tag but the <u> tag is not recommended for the HTML text formatting category but is included in the HTML Style category
<ul> Defines a list in bulleted format
<var> Defines a variable
<xmp> Defines preformatted text, the function of this tag is the same as the <pre> tag

{fullWidth}