+ 4
How i interconnected css and html in the computer?
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.
+ 3
You should use <link rel="stylesheet" href="exapmle.css"> in your <head> tag. example.css is your stylesheet name.