Cấu trúc của một tag html
Định nghĩa và cách dùng:
Cấu trúc của một tag html:
Ví dụ:
<!DOCTYPE
html>
<html>
<head>
<title>Title of the document</title >
</head >
<body>
The content of the document......
</body>
</html>
Cấu trúc tag html»
<html>
<head>
<title>Title of the document</title >
</head >
<body>
The content of the document......
</body>
</html>
Cấu trúc của một thẻ html:
Example
<!DOCTYPE html>
<!DOCTYPE html>
Cấu trúc của một thẻ html»
<!DOCTYPE html>
Nội dung của một thẻ style:
Ý nghĩa style: Chèn nội dung sau mỗi phần tử <p> và tạo kiểu cho nội dung được chèn:
p::after
{
content : " - Remember this" ;
background-color : yellow ;
color : red ;
font-weight : bold ;
}
Nội dung của một thẻ style »
content : " - Remember this" ;
background-color : yellow ;
color : red ;
font-weight : bold ;
}
Không có nhận xét nào:
Đăng nhận xét