-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss03.html
More file actions
18 lines (18 loc) · 878 Bytes
/
Copy pathcss03.html
File metadata and controls
18 lines (18 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>css03</title>
<link href="CSS/css03.css" rel="stylesheet">
</head>
<body>
<p id="introduction">Đoạn văn bản này có thuộc tính id =
"introduction"</p>
<p id="summary">Đoạn văn bản này có thuộc tính id = "summary"</p>
<p class="important XHTML">Đoạn văn bản này có thuộc tính class = "important
XHTML"</p>
<p language="en-us">Đoạn văn bản này có thuộc tính language = "enus"</p>
<p class="begins">Đoạn văn bản này có thuộc tính class = "begins"</p>
<p class="contains">Đoạn văn bản này có thuộc tính class =
"contains"</p>
<p class="suffix">Đoạn văn bản này có thuộc tính class = "suffix"</p>
</body>