0
How to connect CSS and HTML
3 odpowiedzi
+ 2
<link rel=“stylesheet” href=“put css file destination here”>
+ 4
If you want to connect CSS code in HTML code then you should use style tag. like..... <style> ---- your code ------ </style>
And if you just want to link your CSS with HTML then you should use
<link="----- Your CSS File ------", rel="stylesheet">
0
Arnold
Learn here
https://www.sololearn.com/learning/1079/