tag | Information |
---|
<! - ... -> | Used to give a comment or description. Sentences that lies in this kontiner will not be visible in the browser |
<! DOCTYPE> | Defines the document type information |
<a> | Defines an anchor, but are more accurately defined as a link because this link is used for mutual link between the HTML document into another HTML document |
<Abbr> | Used to describe an expression that is abbreviated and you can provide useful information to the searcher-penulusur page source (the page source code) / screen readers, translation systems and search engines are derived from the abbreviation already described, but when in the browser on these descriptions will not appear and for informational purposes only |
<Acronym> | Defining acronyms / tag function is approximately equal to the <abbr> |
<Address> | Defines contact information for the author / owner of the document |
<Applet> | Used to incorporate the java files into HTML documents |
<Area /> | Defines a clickable area (link) on the map image |
<B> | Make text bold |
<Base /> | Defines the base URL / target for all relative URLs in a document |
<Basefont /> | Make the default text attributes, such as color, size, font type for all text in a document |
<Bdo> | Used to override the text direction |
<Big> | Increase text size by one point from its default |
<Blink> | Creating a blinking text |
<Blockquote> | Defines a long quotation. At the moment in a text browser will appear indented into |
<Body> | Defining body / content of the HTML document, function to determine how the content of a document is displayed in the web browser. The contents of these documents can be text, images, animas, links and so on |
<br /> | Giving a new line / line feed |
<Button> | Defines a button is clicked |
<Caption> | Make a caption on the table |
<Center> | For center alignment of the text or image |
<Cite> | Defining quote |
<Code> | Defines a piece of computer code |
<Col /> | Defines attribute values of one or more columns in a table |
<Colgroup> | Define groups of one or more columns in a table for performatan |
<Dd> | Defines a description of an item in a definition list |
<Del> | To give the center line of the text / cross out text |
<Dfn> | Defines a definition term |
<Dir> | Defines a directory list |
<Div> | Defines a section in a document |
<Dl> | Defines a definition list |
<Dt> | Defining the term (an item) in a definition list |
<Em> | Make text italic. The function of this tag is equal to the <i> but the <em> more recommended / emphasis on the use of italic text |
<Embed> | Used to insert video files or music files |
<Fieldset> | To group related elements in the form / making such a frame-box in form |
<Font> | Defining the type of font, color and size for text |
<Form> | Defines an HTML form to input form |
<Frame /> | Defining frames in fremeset |
<Frameset> | Defines a set of frames |
<H1> to <h6> | Used to indicate the start 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 /> | Serves to display images in HTML documents |
<Input /> | Defines input field on the form |
<Ins> | Make underlined text |
<Kbd> | Defines a text in the input from the keyboard |
<Label> | Defines a label for an element <input> |
<Legend> | Defines a caption for the <fieldset> |
<Li> | Used to display information in the form of a list item |
<Link /> | Defining the relationship between documents and external sources |
<Listing> | Tag function is the same as the <pre> and recommended use <pre> for the <listing> unfit / diprotes |
<Map> | Defining a client-side image maps |
<Marquee> | Make text running vertically or horizontally |
<Menu> | Defines a menu list |
<Meta /> | Defines metadata about an HTML document |
<Nobr> | Preventing line breaks in the text or image |
<Noframes> | If the user's browser does not support frames |
<Noscript> | If the user's browser does not support client-side scripts |
<Object> | putting embed an object |
<Ol> | Defines the list numbering format |
<Optgroup> | Displays several options that have been grouped in the form of a drop-down list |
<Option> | Featuring some of the options in the form of a drop-down list |
<P> | Creating a paragraph |
<Param /> | Defines a parameter for an object |
<Pre> | Create a text with the same font size |
<Q> | Defines a short quotation |
<S> | To give the center line of the text / cross out text, tag functionality is the same as the <del>, but the <s> is not recommended instead using <del> |
<Samp> | Defines sample output from a computer program |
<Script> | Defining a client-side script |
<Select> | Creating a drop-down list |
<Small> | Decrease text size from the default size |
<Span> | Defines a section in a document |
<Strike> | To give the center line of the text / cross out text, tag function is the same with the <del> |
<Strong> | Make text bold, tag functionality is the same as the <b> |
<Style> | Defines style information for an HTML document |
<Sub> | Giving effect to the text subscript |
<Sup> | Giving effect to the text superscript |
<Table> | Creating tables |
<Tbody> | To categorize the content body in a table |
<Td> | Defines a cell in a table |
<Textarea> | Defines a multiline input control |
<Tfoot> | To group footer content in a table |
<Th> | Defines a header cell in a table |
<Thead> | To group the header content in a table |
<Title> | Make a title for an HTML document |
<Tr> | Make rows in a table |
<Tt> | Defines teletype text |
<U> | Make underlined text, tag functionality is the same as the <ins> but the <u> is not recommended for the category of HTML text formatting; it belongs to the category HTML Style |
<Ul> | Defining a list in bullet format |
<Var> | Define a variable |
<Xmp> | Defines preformatted text, tag functionality is the same as the tag <pre> |