Different Types Of HTML Tags
HTML Tags Tag Description <a> Defines a hyperlink. <abbr> Defines an abbreviated form of a longer word or phrase. <acronym> Defines an acronym. Use <abbr> instead. <address> Specifies the author's contact information. <applet> Embeds a Java applet (mini Java applications) on the page. Use <object> instead. <area> Defines a specific area within an image map. <article> Defines an article. <aside> Defines some content loosely related to the page content. <audio> Embeds a sound, or an audio stream in an HTML document. <b> Displays text in a bold style. <base> Defines the base URL for all relative URLs in a document. <basefont> Specifies the base font for a page. Use CSS instead. <bdi> Represents text that is isolated from its surrounding for the purposes of bidirectional text formatting. <bdo> Overrides the current text direction. <big> Displays text in a large size. U