100-Days-Of-Code/Web Development Python Projects/5.1+Adding+CSS/5.1. Adding CSS/inline.html
2024-10-28 21:21:33 +05:30

13 lines
168 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Inline</title>
</head>
<body>
<h1 style="color:blue">Style Me in Blue!</h1>
</body>
</html>