NEW
Font size
WorksheetsHTML Links/Images
Total questions: 10
Worksheet time: 5mins
HTML Links are created with the ________ tag.
<a href="location"></a>
<link rel="stylesheet" href="location">
<redirect to page="location">
The href attribute is used to . . .
Add a citation to an HTML element.
Point a link to the target site.
An unvisited link is underlined and blue.
True
False
A visited link is underlined and purple.
True
False
An active link is not underlined or red.
True
False
Images can improve the design and the appearance of a web page.
True
False
The <img> tag has two required attributes. Which answer is not correct?
src - Specifies the path to the image
alt - Specifies an alternate text for the image
style - used to add CSS to an element
The <img> tag is empty, it contains attributes only, and does not have a closing tag.
True
False
HTML allows animated images.
True GIFs can be animated.
False, HTML never allows animation.
A background image can be specified for almost any HTML element.
True
False
