https://www.w3schools.com/html/html_elements.asp
< HTML – Elements >
https://www.w3schools.com/html/html_attributes.asp
< HTML – Attributes >
All HTML elements can have attributes
href
attribute of <a>
specifies the URL of the page the link goes tosrc
attribute of <img>
specifies the path to the image to be displayedwidth
and height
attributes of <img>
provide size information for imagesalt
attribute of <img>
provides an alternate text for an imagestyle
attribute is used to add styles to an element, such as color, font, size, and morelang
attribute of the <html>
tag declares the language of the Web pagetitle
attribute defines some extra information about an element