back to index

HTML Attribes

the herf attribute

html links are define with the a tag. the link address is specified in the herf attribute:

visit w3school

the src attribute

html image are defined with the img tag, and the filename of the image sorce is specified in the scr attribute:

width and hight attribute

the width and hight attributes of the img tag, define the width and hight of the image :

the alt attribute

the alt attribute should reflect the image get an understanding of what the image contains:

girl with a jacket

if we try to display an image that does not exist, the value of the alt attributewill be displayed instead.

The style Attribute

The style attribute is used to add styles to an element, such as color:

This is a red paragraph.

the title attribute

mouse over this paragraph to display the title attribute as a toolip.

About W3Schools

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.

About W3Schools

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.