HTML Acronym Tag (<acronym>) is used to indicate the acronym e.g. “ASAP”, or “NASA”. In other words we can say that whenever we want to give acronym in HTML we use the HTML Acronym Tag. My marking the acronym using the HTML Acronym Tag we give useful information to internet browsers, translation systems, spell checking […]
HTML Address Tag
HTML Address Tag (<address>) defines the address or contact information of the owner of the resource or article or even document. As a general convention, it is understood that if the Address Tag is inside the HTML <body> Tag or element then the Address Tag represents the address or contact information for that document or […]
HTML Applet Tag
HTML Applet Tag defines the embedded applet in the HTML resource or webpage. Note: The Applet Tag is not supported in HTML 5. Use the HTML5 Object Tag instead. Also, the Applet Tag is deprecated in the HTML 4.0.1. Syntax for HTML Applet Tag <applet code=”YourJava.class” > </applet> Example of HTML Applet Tag HTML Applet […]
HTML Area Tag
What HTML Area Tag does is that it classifies an area within an HTML image map. Now, an HTML image map is nothing but an image with area that can be clicked or with clickable areas within the image. The HTML Area Tag is always nested inside the HTML Map Tag. The usemap attribute of […]
HTML Article Tag
HTML Article Tag is used to define a self-determining self limited content. An article is what which can make sense alone and does not need any other reference for making sense. HTML Article Tag can be used in: Blog Posts News Comments in blog In forums Note: HTML Article Tag is new in HTML 5. […]