Tag: HTML Tag
HTML Elements List (Updated HTML5 Tags List)
HTML web page contains list of HTML tags that are used to develop or display a web page. In this tutorial we have listed...
HTML Head Elements
HTML <head> tag is a header container which includes header information about web page or HTML document.
HTML <head> tag contains title using <title> tag,...
HTML Body Elements
HTML <body> tag is a main container for any web page or HTML document. The text between opening <body> tag and closing </body> tag...
HTML video Tag with Example
HTML <video> tag represents a multimedia objects like video clip or movie clip.
The video tag is generally used to embed a music video on...
HTML wbr Tag with Example
HTML <wbr> tag stands for Word Break that specifies word break.
The wbr element’s purpose is to suggest the browser where within a word/phrase would...
HTML var Tag with Example
How to use HTML var Tag with Example?
HTML <var> tag represents a variable text within web page.
Note: HTML <var> tag is mostly supported by...
HTML ul Tag with Example
HTML <ul> tag represents an unordered list. Use HTML <ol> tag for ordered list and <li> tag to define lists.
Note: HTML <ul> tag is...
HTML u Tag with Example
HTML <u> tag represents an underline styling to text.
The u tag is generally used when you want to display some important text within web...
HTML track Tag with Example
HTML <track> tag provides a simple, standardized way to add captions, subtitles, screen reader descriptions and chapters to Video and Audio objects.
The track element...
HTML tt Tag with Example
HTML <tt> tag represents a teletype text for HTML document.
Note: HTML <tt> tag is not supported now in HTML5. The <tt> tag is mostly...