How to connect CSS and HTML | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

How to connect CSS and HTML

20th Nov 2021, 8:50 AM
Arnold
3 Respostas
+ 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