HTML DICTIONARY
Tag | Information |
---|---|
<!-- ... --> | Used to provide a comment or description. Sentences located on this contaster 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 it is used to link one HTML document to another HTML document |
<abbr> | Used to describe one abbreviated phrase and you can provide useful information to the page searchers source (source code page) / screen reader, translation system and search engine derived from the abbreviated abbreviation, but when in the browser the description will not appear and is for informational purposes only |
<acronym> | Defines the acronym / function of this tag more or less the same as the tag.<abbr> |
<address> | Defines contact information for the author / owner of the document |
<applet> | Used to insert java files into HTML documents |
<area /> | Defines a clickable area (link) on the image map |
<b> | Make the text bold |
<base /> | Defines the base URL / target for all relative URLs in the document |
<basefont /> | Create a default text attribute, such as color, size, font type for all text in a document |
<bdo> | Used to override text direction |
<big> | Increases the text size by one point from the default |
<blink> | Make text blink |
<blockquote> | Defines a long quotation. At the time in the text browser will appear jutted into |
<body> | Defines the body / contents of HTML documents, serves to determine how the contents of a document is displayed in the web browser. The contents of the document can be text, images, animas, links and so on |
<br /> | Gives a new line / line move |
<button> | Defines a button is clicked |
<caption> | Create a caption in the table |
<center> | For middle alignment of text or images |
<cite> | Defines a quote |
<code> | Defines a piece of computer code |
<col /> | Defines an attribute value of one or more columns in a table |
<colgroup> | Define a group of one or more columns in a table for performance |
<dd> | Defines the description of the items in the definition list |
<Del> | To line the text / cross out text |
<dfn> | Defines a definition term |
<Dir> | Defines a directory listing |
<div> | Defines a section in the document |
<dl> | Defines a definition list |
<dt> | Defines the terms (items) in the definition list |
<Em> | Make italic text. The function of this tag is the same as the <i> tag but the <em> tag is more recommended / emphasized in use for italics |
<embed> | Used to include video files or music files |
<fieldset> | To group related elements in form / create like frame-box in form |
<font> | Defines font type, color and size for text |
<form> | Defines an HTML form for input form |
<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 italic text |
<iframe> | Defines an inline frame |
<img /> | Serves to display images in HTML documents |
<input /> | Defines the input field in the form |
<ins> | Create underlined text |
<kbd> | Defines the text that is 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 external sources |
<listing> | This tag function is the same as the <pre> tag and is recommended to use the <pre> tag because the <listing> tag is not feasible / protested |
<map> | Defines the client-side image map |
<marquee> | Make the text run vertically or horizontally |
<menu> | Defines a menu list |
<meta /> | Defines metadata about an HTML document |
<nobr> | Prevent line breaking of 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 embed an object |
<ol> | Defines the list in numbering format |
<optgroup> | Shows some of the grouped options in the form of a drop-down list |
<option> | Shows some of the options that are shaped in a drop-down list |
<p> | Create a paragraph |
<param /> | Defines a parameter for an object |
<pre> | Create text with the same font size |
<q> | Defines a short quote |
<s> | To cross the text / cross text line, 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 a sample output from a computer program |
<script> | Mendefinisikan client-side script |
<select> | Create a drop-down list |
<small> | Decreases the text size from its default size |
<span> | Defines a section in the document |
<strike> | To line the text / cross text, the tag function is the same as the <del> tag |
<strong> | Creating bold text, this tag function is the same as the <b> tag |
<style> | Defines style information for HTML documents |
<sub> | Provides subscript effects on text |
<sup> | Superscript effect on text |
<table> | Creating tables |
<tbody> | To group body contents in a table |
<td> | Defines cells in a table |
<textarea> | Defines a multiline input control |
<tfoot> | To group the contents of the footer in a table |
<th> | Defines a header cell in a table |
<thead> | To group the contents of headers in a table |
<title> | Create a title for an HTML document |
<tr> | Create a row inside a table |
<tt> | Defines teletype text |
<u> | Making text underlined, this tag function is the same as the <ins> tag but the <u> tag is not recommended for the HTML text formatting category but instead includes the HTML Style category |
<Ul> | Defines the list in bullet format |
<Was> | Defines a variable |
<xmp> | Defining preformatted text, this tag function is the same as the <pre> tag |