+ 4

How i interconnected css and html in the computer?

2nd Feb 2018, 2:45 PM
Dilshan Madhuranga
Dilshan Madhuranga - avatar
2 Respostas
+ 5
You have to put both of the files into the same folder and have the css connected into the HTML and then go to the folder and run the HTML one and it will open it in your webbrowser.
2nd Feb 2018, 2:47 PM
Ole113
Ole113 - avatar
+ 3
You should use <link rel="stylesheet" href="exapmle.css"> in your <head> tag. example.css is your stylesheet name.
2nd Feb 2018, 5:37 PM
Azer Xelef
Azer Xelef - avatar