HTML5 Area Instance

Source: Internet
Author: User

Real page effect: just a picture

HTML code:

<!DOCTYPE HTML><HTML><style>Body{padding:0px;margin:0px;}</style><Body><imgsrc= "Images/b.jpg"alt= "Planets"Usemap= "#planetmap" /><MapID= "Planetmap">< AreaShape= "Rect"coords= "10,10,200,300"href= "Sun.htm"alt= "Sun" />< AreaShape= "Circle"coords= "300,200,200"href= "Mercur.htm"alt= "Mercury" />< AreaShape= "Circle"coords= "500,240,200"href= "Venus.htm"alt= "Venus" /><!--Line -< AreaShape= "Poly"coords= "100,240,200,100,100"href= "Venus.htm"alt= "Venus"><!--Triangles -< AreaShape= "Poly"coords= "100,240,200,100,100,100"href= "Venus.htm"alt= "Venus"></Map></Body></HTML>

Ps:

Definition and usage

The Shape property mates with the Coords property to specify the size, shape, and position of the area.

Detailed Explanation:

The Shape property is used to define the shapes of the mouse-sensitive areas in the image map:

    • Round (CIRC or circle)
    • Polygon (poly or polygon)
    • Rectangle (rect or rectangle)

1, Round:

2. Rectangle:

3, Straight line:

4, Triangle:

HTML5 Area Instance

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.