HTML style Tag

PHOTO EMBED

Tue Feb 08 2022 11:06:55 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javascript #php #python #sass

<!DOCTYPE html>
<html>
<head>
    <title>HTML style tag</title>
    <style type="text/css">
        h1 { color: red; }
        p { color: yellow; }
    </style>
</head>
<body>
    <h1>This is a heading</h1>
    <p>This is a paragraph.</p>
</body>
</html>
content_copyCOPY

https://elementtutorials.com/ref/style.html