w3resource

HTML5 Area Tag - Exercises, Practice, Solution

Go To Home page

[An editor is available at the bottom of the page to write and execute scripts. You can either solve the questions with the following editor or view the solutions by clicking on the question.]

5. How to define an area inside an image-map?

a. How to specify an alternate text for the area. Required if the href attribute is present?

b. How to specify the coordinates of the area?

c. How to specify that the target will be downloaded when a user clicks on the hyperlink?

d. How to specify the hyperlink target for the area?

e. How to specify the language of the target URL?

f. How to specify what media/device the target URL is optimized for?

g. How to specify the relationship between the current document and the target URL?

h. How to specify the shape the of the area?

i. How to specify where to open the target URL?

j. How to specify the media type of the target URL?

 

Live Demo :

See the Pen html css common editor by w3resource (@w3resource) on CodePen.


Go To Home page

Previous: What is the correct way to write address in an HTML document?
Next: Create an HTML document which uses article element?

What is the difficulty level of this exercise?

Test your Programming skills with w3resource's quiz.