HTML tags are used to create html designs. Below are the list of html tags
Sr. No. | Tag Name | Description |
---|---|---|
1 |
HTML wbr tag |
A wbr tag is used for word break opportunity when… Read More |
2 |
How HTML5 video element used to embed videos |
Definition of HTML5 video tag HTML5 video element is used… Read More |
3 |
HTML var tag |
Definition of var tag HTML var tag is used to… Read More |
4 |
HTML unordered list tag |
Definition of HTML <ul> tag HTML <ul> tag is used… Read More |
5 |
HTML underline tag |
Definition of HTML underline tag HTML Underline tag is a… Read More |
6 |
HTML track tag |
Definition of HTML track tag HTML track tag used to… Read More |
7 |
HTML tr tag |
Definition of HTML tr tag HTML tr tag is used… Read More |
8 |
How to add page title of a website using HTML title tag |
Definition of HTML title tag HTML title tag is used… Read More |
9 |
HTML time tag |
Definition of HTML time tag HTML time tag is used… Read More |
10 |
HTML thead tag |
Learn how to use the HTML thead tag in a… Read More |
11 |
HTML th tag |
Definition of HTML th tag HTML th tag is used… Read More |
12 |
HTML tfoot tag |
Definition of HTML tfoot tag HTML tfoot tag is used… Read More |
13 |
HTML textarea tag |
Definition of HTML textarea tag HTML multiline textarea is used… Read More |
14 |
HTML td tag |
Definition of HTML td tag HTML td tag is used… Read More |
15 |
HTML tbody tag |
Definition: HTML tbody tag is used to specify the main… Read More |
16 |
HTML table tag |
HTML table tag is used data in tabular form. Syntax… Read More |
17 |
HTML summary tag |
HTML summary tag is used to show heading for details… Read More |
18 |
HTML sub tag |
HTML sub tag is used in html to make text… Read More |
19 |
HTML style tag |
HTML style tag is used inside html webpages to include… Read More |
20 |
HTML strong tag |
HTML strong tag is the text Formatting tag used in… Read More |
21 |
HTML strike tag |
HTML strike tag is used inside webpages to specify strikethrough… Read More |
22 |
HTML span tag |
HTML span tag is used inside webpages to show inline… Read More |
23 |
HTML source tag |
HTML source tag is used to show media resources in… Read More |
24 |
HTML small tag |
HTML small tag is the text Formatting tag used in… Read More |
25 |
HTML select tag |
HTML select tag is used to show select options inside… Read More |
26 |
HTML section tag |
HTML section tag is used to show sections of content… Read More |
27 |
HTML script tag |
HTML script tag is used to specify javascript code inside… Read More |
28 |
HTML samp tag |
HTML samp tag is used to show sample output and… Read More |
29 |
HTML s tag |
HTML s tag is used inside webpages to show text… Read More |
30 |
HTML ruby tag |
HTML ruby tag is used to specify explanation of the… Read More |
31 |
HTML rt tag |
HTML rt tag is used to specify explanation of content… Read More |
32 |
HTML rp tag |
HTML rp tag is used to specify parenthesis around a… Read More |
33 |
HTML q tag |
HTML q tag is used to show short quotation inside… Read More |
34 |
HTML progress tag |
HTML progress tag is used to display the completion progress… Read More |
35 |
HTML sup tag |
HTML sup tag is used in html to make text… Read More |
36 |
HTML pre tag |
HTML pre tag is used to display preformatted text. The… Read More |
37 |
HTML picture tag |
HTML picture tag is used to give flexibility to the… Read More |
38 |
HTML param tag |
HTML param tag is used to pass the parameters to… Read More |
39 |
HTML paragraph tag |
HTML <p> tag is used to specify a paragraph. Learn… Read More |
40 |
HTML output tag |
HTML output tag is used to specify the result of… Read More |
41 |
HTML option tag |
HTML option tag is used in select tag to show… Read More |
42 |
HTML optgroup tag |
HTML optgroup tag is used to show select options in… Read More |
43 |
HTML ordered list tag |
HTML ordered list tag is used to show information in… Read More |
44 |
HTML object tag |
HTML object tag is used to include the video, sound… Read More |
45 |
HTML noscript tag |
HTML noscript tag is used when your browser does not… Read More |
46 |
HTML noframes tag |
HTML noframes tag is used to show message when browser… Read More |
47 |
HTML nav tag |
HTML nav tag is used to specify list of navigational… Read More |
48 |
HTML meter tag |
HTML meter tag is used for scalar measurement within known… Read More |
49 |
HTML meta tag |
HTML meta tag is used to declare metadata inside web… Read More |
50 |
HTML menuitem tag |
HTML menuitem tag is used to a specify a list… Read More |
51 |
HTML menu tag |
HTML menu tag is used to specify a list of… Read More |
52 |
HTML marquee tag |
HTML Marquee is the way of display scrolling text. This… Read More |
53 |
HTML mark tag |
HTML mark tag is used to specify the marked content… Read More |
54 |
HTML map tag |
HTML map tag is used to give each image area… Read More |
55 |
HTML main tag |
HTML main tag is used to specify the main content… Read More |
56 |
HTML link tag |
HTML link tag is used to link external document inside… Read More |
57 |
HTML list tag |
HTML List tag is used to show information in the… Read More |
58 |
HTML legend tag |
HTML legend tag is used to show title or captions… Read More |
59 |
HTML label tag |
HTML label tag is used to show labels of form… Read More |
60 |
HTML keygen tag |
HTML keygen tag is used to generate key pairs public… Read More |
61 |
HTML kbd tag |
HTML kbd tag is used to specify user keyboard input.… Read More |
62 |
HTML ins tag |
HTML ins tag is the text formatting tag used to… Read More |
63 |
HTML input tag |
HTML input tag is used to get user input data… Read More |
64 |
HTML image tag |
Learn how to add images in webpages using HTML image… Read More |
65 |
HTML iframes tag |
Learn how to embed another web document to the current… Read More |
66 |
HTML italic tag |
HTML italic tag is a text Formatting tag used to… Read More |
67 |
HTML html tag |
HTML html tag is the root or Top-Level element of… Read More |
68 |
HTML hr tag |
HTML hr tag is a horizontal ruler used to show… Read More |
69 |
HTML h6 tag |
HTML h6 tag represents the sixth level heading used in… Read More |
70 |
HTML h5 tag |
HTML h5 tag represents the fifth level heading used in… Read More |
71 |
HTML h4 tag |
HTML h4 tag represents the fourth level heading used in… Read More |
72 |
HTML h3 tag |
HTML h3 tag represents the third level heading used in… Read More |
73 |
HTML h2 tag |
Learn how to add second-level heading using HTML h2 tag… Read More |
74 |
HTML h1 tag |
Learn how to use HTML h1 tag to add first-level… Read More |
75 |
HTML header tag |
HTML Header tag is used to show introductory part of… Read More |
76 |
HTML head tag |
Learn how to use HTML head tag in web pages… Read More |
77 |
HTML frameset tag |
HTML frameset tag is used to load multiple separate HTML… Read More |
78 |
HTML frame tag |
HTML frame tag is used to specify one particular window… Read More |
79 |
HTML form tag |
HTML Form tag is used when you want to collect… Read More |
80 |
HTML footer tag |
HTML footer tag is used to show footer or bottom… Read More |
81 |
HTML font tag |
HTML font tag is used to specify the base font,… Read More |
82 |
HTML figure tag |
HTML figure tag is used to add self-contained contents like… Read More |
83 |
HTML figcaption tag |
HTML figcaption tag is used to add a caption with… Read More |
84 |
HTML fieldset tag |
HTML fieldset tag is used to show form elements in… Read More |
85 |
HTML embed tag |
Learn the working of HTML embed tag to include interactive… Read More |
86 |
HTML em tag |
HTML em tag is the text formatting tag makes text… Read More |
87 |
HTML dt tag |
HTML dt tag is used to specify data term for… Read More |
88 |
HTML dl tag |
HTML dl tag is used to specify description list in… Read More |
89 |
HTML div tag |
HTML div tag is used inside webpages to show divisions… Read More |
90 |
HTML dir tag |
HTML dir tag is used to show directory lists in… Read More |
91 |
HTML dialog Tag |
HTML dialog tag is used to show dialogs or window… Read More |
92 |
HTML dfn tag |
HTML dfn tag is used to show definition term in… Read More |
93 |
HTML details tag |
HTML details tag is used to show details on the… Read More |
94 |
HTML del tag |
HTML del tag is the text Formatting tag used in… Read More |
95 |
HTML dd tag |
HTML dd tag is used to specify data description for… Read More |
96 |
HTML datalist tag |
HTML datalist tag is used to show some pre-defined options… Read More |
97 |
HTML data tag |
HTML data tag is used to show machine readable content… Read More |
98 |
HTML comment tag |
HTML comment tag is used to put comments in HTML… Read More |
99 |
HTML colgroup tag |
HTML colgroup tag is used to specify table background styles.… Read More |
100 |
HTML col tag |
HTML col tag is used to specify the background for… Read More |
101 |
HTML code tag |
HTML code tag is used to show computer codes inside… Read More |
102 |
HTML cite tag |
HTML cite tag is used to show title of a… Read More |
103 |
HTML center tag |
HTML center tag is used to show text with alignment… Read More |
104 |
HTML caption tag |
HTML caption tag is used to show the title of… Read More |
105 |
HTML canvas tag |
HTML Canvas tag is used to show graphics in a… Read More |
106 |
HTML button tag |
HTML button tag is used to define a clickable button… Read More |
107 |
HTML br tag |
HTML br tag is used to give line breaks inside… Read More |
108 |
HTML body tag |
HTML body tag is used inside web pages to show… Read More |
109 |
HTML blockquote tag |
HTML blockquote tag is used to show a block of… Read More |
110 |
HTML big tag |
HTML big tag is the text Formatting tag used in… Read More |
111 |
HTML bdo tag |
HTML bdo tag is used to override the text to… Read More |
112 |
HTML bdi tag |
HTML bdi tag is used to specify the bidirectional text… Read More |
113 |
HTML basefont tag |
HTML basefont tag is used to specify the base font,… Read More |
114 |
HTML base tag |
HTML base tag is used to specify the base url… Read More |
115 |
HTML bold tag |
HTML bold tag is the text Formatting tag used in… Read More |
116 |
HTML audio tag |
HTML audio tag is used to show audio resources in… Read More |
117 |
HTML aside tag |
HTML aside tag is used to show the web page… Read More |
118 |
HTML article Tag |
HTML article is used in blog posts, forum post and… Read More |
119 |
HTML area tag |
HTML area tag is used to specify links to each… Read More |
120 |
HTML anchor Tag |
HTML anchor tag is used to put hyperlinks inside HTML.… Read More |
121 |
HTML address tag |
HTML address tag is used inside webpages to show address.… Read More |
122 |
HTML acronym tag |
HTML acronym tag is used to show acronyms in the… Read More |
123 |
HTML abbr tag |
HTML abbr tag is used to abbreviations in the web… Read More |
124 |
HTML doctype tag |
HTML Doctype tag is used to specify the version of… Read More |