Attributes
Welcome to my attributes Here are some things I have learned from the W3Schools attributes web page. You can visit this page by clicking on this link.
- HTML Attributes
- All HTML elements can have attributes. Attributes provide additional information about elements. Attributes are always specified in the start tag. Attributes usually come in name/value pairs like: name="value"
- The href Attribute
- The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the link goes to.
Click here to return to the the Notes Nomepage.