It is used when creating image maps. You are basically telling the map that is to be used in conjunction with the image. You can set up a map with co-ordinates of the places you want to be able to click or show text for. You then tell the image to use that map with the USEMAP attribute.
Chat with our AI personalities
There is an attribute which defines the name of the image to be displayed. The attribute is called as ALT or alternate.
The color of a hyperlink that has not been clicked can be specified by setting the "BGCOLOR" attribute in the HTML tag.
This is not a tag. It is an attribute and part of CSS
In HTML, atttribute provides additional information about HTML element. Attribute of HTML element is written in start tag and usually come in name/value pair e.g. name="value". Attribute names and values are case sensative and it is recommented by W3C to write them in lower case. Some attributes which can be used on any HTML element are: classs, id, style, title etc. Attribute values should always be quoted in single or double quotes. The best practice is to use double quotes around values.
The enctype attribute indicates how the form data should be encoded. It is placed in the form tag inside it.