<html lang="vi">
<head>
<meta charset="utf-8" />
<title>Inline Styles</title>
<link rel="stylesheet" href="name.css" />
</head>
<body>
<p>Đây là một đoạn chữ đã được định dạng với CSS</p>.
</body>
</html>
p {
color: blue;
font-family: Arial;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.