Home Tags HTML Tag

Tag: HTML Tag

HTML Elements List (Updated HTML5 Tags List)

0
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

0
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

0
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

0
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

0
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

0
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

0
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

0
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

0
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

0
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...
1,475FansLike
13FollowersFollow
52FollowersFollow
2,909FollowersFollow

EDITOR PICKS