<!DOCTYPE html>
<html>
<head>
<title>HTML Inline CSS</title>
</head>
<body>
<p style = "color:red;">Tulisan ini berwarna merah </p>
<p style = "font-size:20px;">Tulisan ini diperbesar 20px </p>
<p style = "color:green;">Tulisan ini berwarna hijau </p>
<p style = "color:green;font-size:20px;"> Tulisan ini diperbesar 20px dan berwarna hijau </p>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.