How to link html with css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

How to link html with css

1st May 2018, 10:21 AM
Hitesh Kumar
Hitesh Kumar - avatar
12 Answers
+ 21
<!Doctype html> <html> <head> <title>font-size</title> <link rel="stylesheet" href="your'css' file name .css"> </head> <body> </body> </html>
1st May 2018, 7:21 PM
Asmit joy
Asmit joy - avatar
+ 10
<!Doctype html> <html> <head> <title>font-size</title> <link rel="stylesheet" href="css name .css"> </head> <body> </body> </html>
13th May 2018, 3:45 PM
Arafat Hossain Ar
Arafat Hossain Ar - avatar
+ 8
create a new file with .CSS extension and provide the address of that file in your html code at appropriate location
10th May 2018, 6:03 PM
Ananya Srivastava
Ananya Srivastava - avatar
+ 6
<link rel="stylesheet" type="text/css" href="style.css">
1st May 2018, 10:24 AM
Yugabdh
Yugabdh - avatar
+ 5
put it in head tag :)
1st May 2018, 10:27 AM
Yugabdh
Yugabdh - avatar
+ 5
<link rel="stylesheet" href="style.css">
2nd May 2018, 11:16 AM
program
program - avatar
+ 5
<link rel="stylesheet" type="text/css" href="css/style.css">
13th May 2018, 12:11 PM
Samuel Obitope
Samuel Obitope - avatar
+ 3
thnx.. brother
1st May 2018, 10:26 AM
Hitesh Kumar
Hitesh Kumar - avatar
+ 1
For Example (for new users who will be here in the future): <link rel="stylesheet" type="text/css" href="css/style.css"> This code means that you link the "style.css" file from "css" folder in your webstorage, also it means that you link a file with type of "text/css" and relative "stylesheet". btw, it would be easy, if you know english lang, so you should to learn it anyway (it will helps to you in the future)
15th Oct 2018, 12:39 PM
Сергей
0
Sory every body i want to ask myself question How can connect login form and registration form
10th Feb 2019, 5:54 AM
Tuyizere Faustin
Tuyizere Faustin - avatar
0
Girl online cam live video
18th May 2021, 9:35 AM
su key
su key - avatar
0
Girl online cam live
18th May 2021, 9:36 AM
su key
su key - avatar