Applying CSS | HTML Dog

PHOTO EMBED

Thu Feb 02 2023 06:53:08 GMT+0000 (Coordinated Universal Time)

Saved by @ihiteshtiwari #html

<!DOCTYPE html>
<html>
<head>
    <title>My first web page</title>
    <link rel="stylesheet" href="style.css">
</head>
...
content_copyCOPY

https://htmldog.com/guides/css/beginner/applyingcss/