What is the link between html and css ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the link between html and css ?

https://code.sololearn.com/Wa3PM26ZcPaj/?ref=app

13th Apr 2019, 11:34 PM
RIMAS ITALY
RIMAS ITALY - avatar
9 Answers
+ 6
HTML = Your Body CSS = MAKE-UP, CLOTHES, JEWELRY etc.
14th Apr 2019, 12:11 AM
Galeva Bagelo
Galeva Bagelo - avatar
+ 1
HTML is used to structure content while CSS is used to style it.
13th Apr 2019, 11:53 PM
Ryan
Ryan - avatar
+ 1
Are you use a text editor on a pc?
14th Apr 2019, 12:37 AM
Ryan
Ryan - avatar
+ 1
yes i use sublimtext
14th Apr 2019, 12:44 AM
RIMAS ITALY
RIMAS ITALY - avatar
+ 1
And you want to know how to link HTML and CSS in sublime?
14th Apr 2019, 12:45 AM
Ryan
Ryan - avatar
+ 1
yes
14th Apr 2019, 12:53 AM
RIMAS ITALY
RIMAS ITALY - avatar
+ 1
Aren't you already using css in the code you posted?
14th Apr 2019, 12:57 AM
Sonic
Sonic - avatar
+ 1
Use the link tag like this: <link href="example.css" rel="stylesheet" /> The link tag goes inside the head tag.
14th Apr 2019, 1:04 AM
Ryan
Ryan - avatar
0
but i now that my queostion is what is the link i mine for exapmle <a href ><\a> betwen html and css
14th Apr 2019, 12:15 AM
RIMAS ITALY
RIMAS ITALY - avatar