HTML
Attributes Exercises
Exercise:
1 Add a "tooltip" to the paragraph below with the text "About W3Schools".
<p ="About W3Schools">W3Schools is a web developer's
site.</p>
2 Set the size of the image to 250 pixels wide and 400 pixels tall.
<img src="[Link]" width=" " height=" ">
3 Make the element below into a link that goes to
"[Link]
<a "[Link] is a link</a>
4 Specify an alternate text for the image.
Alternate text is useful when the image cannot be displayed, like when the page
is read by a screen reader.
<img src="[Link]" ="w3schools Logo">