How to connect CSS and HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to connect CSS and HTML

20th Nov 2021, 8:50 AM
Arnold
3 Answers
+ 2
<link rel=“stylesheet” href=“put css file destination here”>
20th Nov 2021, 9:06 AM
Mohamed
Mohamed - avatar
+ 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">
20th Nov 2021, 2:32 PM
☆𝑺𝑴𝑷☆
☆𝑺𝑴𝑷☆ - avatar
20th Nov 2021, 9:12 AM
A͢J
A͢J - avatar