Category: HTML tags

HTML5 tutorial for beginners

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 Body tag 0

HTML Body tag

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 0

HTML Blockquote 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 0

HTML bdi tag

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 0

HTML base tag

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...

HTML5 tutorial for beginners 0

HTML b tag

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 0

HTML aside tag

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 0

HTML article tag

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 0

HTML area tag

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 0

HTML address 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...

HTML abbr tag 0

HTML abbr tag

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...

HTML a tag 0

HTML a tag

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 0

HTML u Tag

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 0

HTML tt Tag

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>...

HTML Strike Tag 0

HTML Strike Tag

<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...

HTML s Tag 0

HTML s Tag

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 isindex Tag 0

HTML isindex 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...