Thuộc tính mục tiêu HTML < areosystem

❮ Thẻ HTML <areosystem

Thí dụ

Sử dụng thuộc tính target để chỉ định nơi mở tài liệu được liên kết trong bản đồ hình ảnh:

<map name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun" target="_blank">
<area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
<area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>

Định nghĩa và Cách sử dụng

Thuộc targettính chỉ định nơi để mở tài liệu được liên kết.

Chỉ được sử dụng nếu hrefthuộc tính có mặt.


Hỗ trợ trình duyệt

Attribute
target Yes Yes Yes Yes Yes

Cú pháp

<area target="_blank|_self|_parent|_top|framename">

Giá trị thuộc tính

Value Description
_blank Opens the linked document in a new window or tab
_self Opens the linked document in the same frame as it was clicked
_parent Opens the linked document in the parent frame
_top Opens the linked document in the full body of the window
framename Opens the linked document in a named iframe

❮ Thẻ HTML <areosystem