HTML – Area Attributes
Area attributes are attributes that can be used in area tags to enhance the behavior of the ImageMap link.
Area attributes are attributes that can be used in area tags to enhance the behavior of the ImageMap link.
The base tag specifies the base URL and/or target for all relative URLs in a document. These are attributes used in the base tag.
The button tag defines a clickable button. There are multiple attributes that can be applied to the button tag.
An iframe is used to create a rectangular region, including scrollbars and borders, in one web page to display another web page. These are its attributes.
Link attributes are attributes that can be used in link tags to enhance the behavior of the link.
An image map is an image with specified sections mapped to accept different links. These are its attributes.
The script tag is used to embed client-side scripts. These are the attributes used in a script tag.
There are three “shapes” that can be used to define the clickable areas within an ImageMap.
UTM parameters are a set of tags added to the end of off-site, incoming URLs to see where the visitor came from when arriving at your site.
The HTML nofollow attribute tells search engines to ignore the link, and not follow it or pass PageRank to the target site or page.
A phone number listed on the page can be turned into a clickable link using the HTML a tag.
CSS can be added to documents by using the style attribute inside an element, by placing styles in the document head, or by linking to an external file.
An HTML text link is displayed in a different color depending on whether it has been visited, is unvisited, is being hovered over, or is currently active.
A pseudo-class is used to define a special state of an element, while a pseudo-element is used to style specified parts of an element.
The ::marker selector selects the marker of a list item (the bullet in an unordered list or number in an ordered list).
The text-decoration property specifies the decoration added to text, and is a shorthand property for the other text-decoration properties.
The text-decoration-color property specifies the color of the text-decoration (underlines, overlines, line-throughs).
The text-decoration-line property sets the kind of text decoration to use (underline, overline, line-through).
The text-decoration-style property sets the style of the text decoration (solid, double, dashed, dotted, wavy).
The text-decoration-thickness property specifies the thickness of the decoration line.