0
How to connect CSS and HTML
3 Answers
+ 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/