Tag: HTML
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 Attributes (Updated HTML5 List)
HTML elements can support more than one attribute inside tag. HTML Attributes provides a proper meaning to elements like how it looks, behavior, style,...
HTML Event Attributes (Updated HTML5 Event Atrributes List)
HTML Event Attributes represents an event and can be triggered when any user action occurs on specified element. Mostly all event attributes are supported...
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...