
All HTML Tags List - Way2tutorial
In this page contains all HTML tags list with description (cover latest HTML5 tags). The previous HTML version tags are always useful, but few tags are removed in HTML5 and few tags are introduce in HTML5.
HTML dir Tag - way2tutorial.com
HTML dir tag - HTML dir tag represents a directory list. It is used to creating an directory lists. Lastly it is similar to ul tag.
HTML menu Tag - Way2tutorial
HTML <menu> tag is used to display the menu items as a tool-bar, a context menu, or a unordered list of items by using the type attribute. The <menu> tag support only Mozilla Firefox browser. Example
HTML audio Tag - Way2tutorial
HTML audio Tag « All HTML Tags; All HTML Tags Description » HTML <audio> tag used to embed sound files into a web document. Using control attribute to play, pause audio in web browser. HTML <audio> tag introduce in HTML5. Supported Audio format and MIME Type. HTML <audio> tag, supports 3 types of audio files. mp3 - MIME-type audio/mpeg
HTML tt Tag - Teletype text element - Way2tutorial
HTML <tt> tag is used to represents teletype text. By default browsers has render the <tt> element texts in a monospace or fixed-width font. HTML <tt> tag remove in HTML5 specification.
HTML command Tag - Way2tutorial
HTML5 command tag - HTML command tag define a command button, invoke as per user action. command tag button use in special type of opration. HTML canvas tag
HTML div Tag - Way2tutorial
All HTML Tags Description » HTML <div> tag defines a section or division in web document. It is used to group of large section of HTML elements are together and apply CSS styles to all elements at once.
HTML map Tag - way2tutorial.com
HTML map tag - HTML map tag is used with the area tag to defines an clickable image map. HTML area tag is always surrounding into a HTML map tag.
HTML dd Tag - Way2tutorial
HTML dd tag - HTML dd tag defines a definition description in a definition list. Terms are defines using dt tag. And description are describe using dd tag.
HTML h1 to h6 Tags - way2tutorial.com
HTML <h1> to <h6> tags defines a Headings level from 1 to 6 different sizes. The <h1> tag specify most important heading (Bigger size). And The <h6> tag specify less important heading (Smaller size).