html links are define with the a tag. the link address is specified in the herf attribute:
visit w3schoolhtml image are defined with the img tag, and the filename of the image sorce is specified in the scr attribute:
the width and hight attributes of the img tag, define the width and hight of the image :
the alt attribute should reflect the image get an understanding of what the image contains:
if we try to display an image that does not exist, the value of the alt attributewill be displayed instead.
The style attribute is used to add styles to an element, such as color:
This is a red paragraph.
mouse over this paragraph to display the title attribute as a toolip.
You cannot omit quotes around an attribute value if the value contains spaces.
If you move the mouse over the paragraph above, your browser will only display the first word from the title.
You cannot omit quotes around an attribute value if the value contains spaces.
If you move the mouse over the paragraph above, your browser will only display the first word from the title.