HTML Styles CSS

PHOTO EMBED

Sun Jan 02 2022 01:52:12 GMT+0000 (Coordinated Universal Time)

Saved by @cymoon58

<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: powderblue;}
h1   {color: blue;}
p    {color: red;}
</style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
content_copyCOPY

internal styling

https://www.w3schools.com/html/html_css.asp