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