bolo17

HTML Attributes

Mar 12th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. HTML Attributes
  2.  
  3. HTML Attributes
  4. All HTML elements can have attributes
  5. Attributes provide additional information about an element
  6. Attributes are always specified in the start tag
  7. Attributes usually come in name/value pairs like: name="value"
  8. The href Attribute
  9. HTML links are defined with the <a> tag. The link address is specified in the href attribute:
  10.  
  11. Example
  12. <a href="https://www.w3schools.com">This is a link</a>
  13. get link here:http://bit.ly/39Y9BA0
Add Comment
Please, Sign In to add comment