List of all HTML Tags with Examples
HTML Tags: Tags are the basic elements of HTML structure. They define the purpose and function of things we can manage with them. There have been five official versions of...
HTML Tags: Tags are the basic elements of HTML structure. They define the purpose and function of things we can manage with them. There have been five official versions of...
HTML is the foundation of the Internet for publishing text and images in any form. HTML tags are the basic elements that help us format different texts, images, or any...
HTML <body> tag is one of the core part of the Web layout where all the elements are represented. Note : Check how HTML tags distinguish themselves with their tag...
HTML <Blockquote> tag is used when there is quote in the statement from source other than the website which is provided in the referral lines. About HTML Here is a...
HTML <bdi> tag stands for Bi Directional Isolation and it defines and isolates the direction of the text formatting from other multi-language directional changes. Note : Currently Internet Explorer doesn’t...
HTML <base> tag sets the base/source/target for all relative URLS in the document. Placed inside the <head> element <base> is allowed maximum one time in whole document. Note : In...
HTML <b> tag is used to project the importance of the text by simply making it bold. As per the new specifications in the HTML5 <b> is the last recommended...
HTML <aside> tag is part of the web page content and should be written in related to main content but it also needs to have some identity when placed away...
HTML <article> tag typically provides the independent section and self-complete content for the web page. It should have its own identity and can detach itself from any dependency based on...
HTML <area> tag is used specifically for marking area inside image-map. It is always nested along <map> tag creating relationship between image and map. Note : This typical <area> tag...
HTML <address> Tag is used to show off the contact information of the document or an article. It is usually placed inside the <footer> tag to mark its position in...
The use of HTML <abbr> tag is to specify abbreviation or acronym like ‘ASAP’,’FAQ’,’AC’ and more. Commonly knows as short-form of the longer version, these are profoundly used while working...
The HTML <a> i.e. Anchor tag, defines the hyperlink which is basically linking one page to another page in the Website. The destination of the linking page and its value...
HTML <u> Tag represents some specific text that should show its uniqueness from other normal text. Some Nouns for Chinese or Japanese languages are placed inside <u> Tag to show...
HTML <tt>Tag used to define the teletype text for content that was placed inside this tag. This tag is now not supported in HTML5. Tags like <code>, <kbd>, <Var>, <samp>...
<Strike> is another HTML tag which is now not supported in HTML5. Although it is still supported all modern browsers. Using this tag a horizontal line was placed in the...
The HTML <s> tag is used to define the particular text that is longer correct, relevant or accurate to the present conditions. For deleted text or replacing <del;> tag is...
HTML Noframes Tag
HTML <isindex> Tag was used for querying through the text field inside the web document. The use of <isindex> is not supported in html5 with latest changes. This tag was...
HTML Frameset Tag