Ngôn ngữ CSS - CSS nội tuyến (Inline CSS)

 CSS nội tuyến (Inline CSS)

<!DOCTYPE html>
<html>
<body>

<h1 style="color:blue;text-align:center;">This is a heading</h1>
<p style="color:red;">This is a paragraph.</p>

</body>
</html>

Xem ví dụ