HTML(or Hypertext Markup Language) is the standard coding language for designing webpages and web applications. Usually used together with Cascading Style Sheets (CSS) and JavaScript.
The HTML Reference serves as library to define various HTML elements such as tags, attributes, color codes, events and characters to help you build your website.
HTML Attributes
HTML attributes defines elements and gives them meaning and context.
NAME
DESCRIPTION
CATEGORY
download
Specifies that the target will be downloaded when a user clicks on the hyperlink
<a>, <area>
target
Specifies the target for where to open the linked document or where to submit the form
<a>, <area>, <base>, <form>
href
Specifies the URL of the page the link goes to
<a>, <area>, <base>, <link>
hreflang
Specifies the language of the linked document
<a>, <area>, <link>
rel
Specifies the relationship between the current document and the linked document
<a>, <area>, <link>
media
Specifies what media/device the linked document is optimized for
<a>, <area>, <link>, <source>, <style>
coords
Specifies the coordinates of the area
<area>
shape
Specifies the shape of the area
<area>
alt
Specifies an alternate text when the original element fails to display