HTML – A Tag (link) Attributes
The a tag (link) is used for creating a link to another document, image, video, or to a section of the current document. These are its attributes.
The a tag (link) is used for creating a link to another document, image, video, or to a section of the current document. These are its attributes.
Link target attributes are attributes that can be used in link tags to choose the browser location where the link target should open.
Area attributes are attributes that can be used in area tags to enhance the behavior of the ImageMap link.
The audio tag is used to embed music or spoken-word audio on an HMTL page. There are multiple attributes that can be applied to the audio tag.
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 bdo tag (bi-directional override tag) is used to change the direction of the text from the other text surrounding it. These are the attributes.
The blockquote tag defines a section of text that is quoted from another source and may need to stand out on its own. These are its attributes.
The button tag defines a clickable button. There are multiple attributes that can be applied to the button tag.
The canvas tag is a transparent container used to contain graphics on the page that are drawn using a scripting language. These are its attributes.
The col tag specifies column properties for each column within a colgroup tag. These are the attributes that can be used.
The data tag provides both a machine-readable value for data processing via scripting, and a human-readable value. These are its attributes.
The del tag defines text that has been deleted from a document. These are its attributes.
The details tag specifies additional information that the user can open and close on demand. These are its attributes.
The dialog tag defines a box or small window often used to create popup dialogs and modals on a web page. These are its attributes.
The embed tag represents a container for external applications or interactive content to live. These are the attributes used in the embed tag.
The fieldset tag is used to group related elements in a form for easier viewing by providing a box around the related elements. These are its attributes.
The form tag defines an HTML form. There are multiple attributes that can be applied to the form tag.
Global attributes are attributes that can be used with all HTML tags. This is a list of global attributes.
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.
The img tag is used to place an image on an HTML page, and has multiple attributes that can be used within the img tag.