Thuộc tính nội dung HTML <meta>

❮ Thẻ HTML <meta>

Thí dụ

Mô tả siêu dữ liệu trong tài liệu HTML:

<head>
  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML,CSS,XML,JavaScript">
</head>

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

Thuộc contenttính cung cấp giá trị được liên kết với thuộc tính http-equivhoặc name.


Hỗ trợ trình duyệt

Attribute
content Yes Yes Yes Yes Yes

Cú pháp

<meta content="text">

Giá trị thuộc tính

Value Description
text The content of the meta information

❮ Thẻ HTML <meta>