<link rel="stylesheet" type="text/css" href="style.css"> isn't work -
it's in folder called "website" css file has
body { background-color: #d0e4fe; } h1 { color: orange; text-align: center; } p { font-family: "times new roman"; font-size: 22px; }
why isn't working?
i think have wrong quotes. instead of “ quotes, try "
with stylesheet named style.css placed @ same level web page, following line works me:
<link rel="stylesheet" type="text/css" href="style.css">
Comments
Post a Comment