Tag | Information |
---|
<! - ... -> | Used to give a comment or description. The sentence located in this container will not be seen 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 describe a shortened phrase and you can provide useful information to page source searchers / screen readers / translation systems, translation systems and search engines that come from abbreviations that have been described, but when in the browser the description will not appear and only 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 authors / document owners |
<applet> | Used to insert java files into HTML documents |
<area /> | Defines clickable areas (links) on the map image |
<b> | Make text bold |
<base /> | Defines the base URL / target for all relative URLs in the document |
<basefont /> | Make default text attributes, such as color, size, font type for all text in the document |
<bdo> | Used to overwrite the direction of the text |
<big> | Increase the text size by one point from the default |
<blink> | Make text blink |
<blockquote> | Defines a long quote. When in the browser the text will appear indented |
<body> | Defining the body / contents of HTML documents, serves to determine how the contents of a document are displayed in a web browser. The contents of the document can be text, images, animations, links and so on |
<br /> | Give a new line / move a line |
<button> | Defines a clickable button |
<caption> | Make a caption on the table |
<center> | For centering text or image alignment |
<cite> | Define a quote |
<code> | Defines a piece of computer code |
<col /> | Defines the attribute values of one or more columns in a table |
<colgroup> | Define groups of one or more columns in a table for performance |
<dd> | Defines the description of the items in the definition list |
<del> | To give center line to text / cross out text |
<dfn> | Defines 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 tag <i> but the <em> tag is more recommended / emphasized on use for italic text |
<embed> | Used to insert video files or music files |
<fieldset> | To group elements that are related in a form / make like frame-boxes in a form |
<tennis | Defines the font type, color and size for text |
<form> | Defines an HTML form for form input |
<frame /> | Defines frames in frameset |
<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 /> | Make a horizontal line |
<html> | Defines the root of an HTML document |
<i> | Make text italic |
<iframe> | Defines an inline frame |
<img /> | Function to display images in HTML documents |
<input /> | Defines the input fields in the form |
<ins> | Make the 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 documents and their 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 inappropriate / protested |
<map> | Defines client-side map image |
<marquee> | Make text run vertically or horizontally |
<menu> | Defines a menu list |
<meta /> | Defines metadata about an HTML document |
<nobr> | Prevents changing lines 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> | put an embed of an object |
<ol> | Defines list in numbering format |
<optgroup> | Displays several choices that have been grouped in the form of a drop-down list |
<option> | Displays several shaped choices in a drop-down list |
<p> | Make a paragraph |
<param /> | Defines a parameter for an object |
<pre> | Make text with the same font size |
<q> | Define a short quote |
<s> | To center the text / cross out text, this tag function is the same as the <del> tag but the <s> tag is not recommended instead of using the <del> tag |
<samp> | Defines an example output from a computer program |
<script> | Defines client-side script |
<select> | Make a drop-down list |
<small> | Decrease the text size from the default size |
<span> | Defines a section in the document |
<strike> | To center the text / cross out text, this tag functions the same as the <del> tag |
<strong> | Making text bold, the function of this tag is the same as the <b> tag |
<style> | Defines style information for HTML documents |
<sub> | Give a subscript effect on the text |
<sup> | Superscript effect on the text |
<table> | Make 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 the contents of headers in a table |
<title> | Create a title for the HTML document |
<tr> | Make a row in a table |
<tt> | Defines teletype text |
<u> | Creating underlined text, this tag's function is the same as the <ins> tag but the <u> tag is not recommended for HTML text formatting categories but instead includes the HTML Style category |
<ul> | Defines a list in bullet format |
<var> | Defines a variable |
<xmp> | Defining preformatted text, the function of this tag is the same as the <pre> tag |
Post a Comment