How to use html area tag

藏色散人
Release: 2019-05-25 13:41:56
Original
2969 people have browsed it

html area tag is used for image mapping with clickable areas. The area element is always nested in thetag. The usemap attribute in thetag is associated with the name attribute of the map element, creating a connection between the image and the mapping.

How to use html area tag

#html How to use the area tag?

Function: Image mapping with clickable areas

Description: The usemap attribute in

## can be referenced< The id or name attribute in ;map> (determined by the browser), so we need to add both id and name attributes to at the same time.

Note:

tag defines the area in the image map (Note: Image map refers to an image with a clickable area). The area element is always nested within atag. The usemap attribute in thetag is associated with the name attribute of the map element, creating a link between the image and the map.

html area tag example

    Title 
study
Copy after login

The above is the detailed content of How to use html area tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!