HTML Dictonary
DICTIONARY HTML | |
TAG | INFORMATION |
<!-...-> | To give a description. The sentence stored in the container will not be visible to the browser |
<!DOCTYPE> | Defines document type information |
<a> | Identifying an anchor, or to link between HTML documents with other HTML documents |
<abbr> | To describe one short phrase and can be used to provide useful information to page source explorers (page source code) or screen readers. When in the browser, the description will not appear but only for information |
<acronym> | To identify acronyms, this function is more or less the same as tags <abbr> |
<address> | Identifies contact information for the author or document owner |
<applet> | To insert a java file into an HTML document |
<area /> | To identify areas that can be clicked (link) on the image map |
<b> | To make text bold |
<base /> | To define 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 the document |
<bdo> | To override text directions |
<big> | To increase the text size so that it can be as large as one point from the default size |
<blink> | To make the text blink |
<blockquote> | To define a long quote. And when in the browser, the text will appear indented |
<body> | Defines the body or content of an HTML document, and functions to determine how the contents of a document are displayed in a web browser. The contents of the document can be in the form of text, images, animas, links, and so on |
<br /> | Used to give new rows |
<button> | To identify a button to click (create a button) |
<caption> | To create a caption on the table |
<center> | To level the center of an object (text or image) |
<cite> | To identify a quote |
<code> | To define a piece of computer code |
<col /> | To define attribute values of one or more columns in a table |
<colgroup> | Specifies groups of one or more columns in a table for performance |
<dd> | Defines a description of the item in the definition list |
<del> | To provide a line in the middle of text or cross 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 a term (item) in the definition list |
<em> | Make the text italic. The function of this tag is the same as the <i> tag but the <em> tag is more recommended / emphasized in use for HTML italic text |
<embed> | Used to insert video files or music files |
<fieldset> | To group related elements in the form / create like boxes in the form |
<font> | Defines the font type, color and size for text |
<form> | Defines an HTML form for form input |
<frame /> | To define frames in the frameset |
<frameset> | To define a set of frames |
<h1> to <h6> | Used to indicate the beginning of a header / title of the HTML document. The size of the font from h1 to h2 is incremental, from large to small |
<head> | Used to provide information about the document |
<hr /> | To make a horizontal line |
<html> | To define the root of an HTML document |
<i> | To make the text italic |
<iframe> | To define an inline frame |
<img /> | Works to display images in HTML documents |
<input /> | Defines the input field on the form |
<ins> | Make text underlined |
<kbd> | Defines text that is input from the keyboard |
<label> | Defines a label for an element <input> |
<legend> | Defines a caption for the element <fieldset> |
<li> | Used to display information in the form of list items |
<link /> | Defines the relationship between the 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 map image |
<marquee> | Make text run vertically or horizontally |
<menu> | Defines a menu list |
<meta /> | Defines metadata about an HTML document |
<nobr> | Prevents 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> | put embed an object |
<ol> | Defines a list in a numbering format |
<optgroup> | Displays several grouped options in the form of a drop-down list |
<option> | Displays several options shaped in a drop-down list |
<p> | Create a paragraph |
<param /> | Defines a parameter for the object |
<pre> | Create text with the same font size |
<q> | Defines a short quote |
<s> | To center the text / cross text, the function of this tag is the same as the <del> tag but the <s> tag is not recommended instead using the <del> tag |
<samp> | Defines 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 center the text / cross text, the function of this tag 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 effect on text |
<sup> | Provides a superscript effect on text |
<table> | To create a table |
<tbody> | To group the contents of the body in a table |
<td> | Defines cells in a table |
<textarea> | Defines a multiline input control |
<tfoot> | To group the footer contents in a table |
<th> | Defines a header cell in a table |
<thead> | To group header contents in a table |
<title> | Create a title for the HTML document |
<tr> | Create rows in a table |
<tt> | Defines teletype text |
<u> | Make text underlined, this tag function is the same as <ins> tags but <u> tags are not recommended for HTML categories text formatting but is included in the HTML Style category |
<ul> | Defines a list in bullet format |
<var> | Defines a variable |
<xmp> | Defining preformatted text, this tag functions the same as the <pre> tag |
Post a Comment