لینک دادن فایل html به css

PHOTO EMBED

Thu Sep 07 2023 20:03:25 GMT+0000 (Coordinated Universal Time)

Saved by @Mohammadrezasmz

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatib1e" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
< link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<h2>hossein</h2>
<h2>ali/h2>
</body>
</html>

<!--file style.css-->
h2{
color: rgb  0,255,255,
color:  darkorange;
background: #000;
font-size: 200px;
}
content_copyCOPY

لینک دادن فایل html به css