HTML Attributes
- All HTML elements can have attributes
- Attributes provide additional information about element
- Attributes are always specified in the start tag
- Attributes usually come in name/value pairs like: name="value"
Href Attributes
The 'a' tag defines a hyperlink. The href attribute specifies the URL of the page the link to go.
WE WILL LEARN MORE ABOUT THIS IN 'HTML HYPERLINKING' lesson
Width & Height attribute
Using these Attributes we can adjust the size of the image in HTML.
We can do many changes to images in HTML apart from width & height. Which we will be learning in our 'CSS' lesson.