+ 1
HTML +css i cant add css to my html code
hello guys, i am sorry for this Q. but I really Dont know how to add css code to html. Every time I wrote Both code I cant relate them. I would be happy for any answers. Thanks guys!
4 Answers
+ 2
If you are using a external .css archive and linking it to your HTML code, you must put it into the <head></head> tags and set a correct path for the document.
You can also insert the code into the head tags, using <style> CODE GOES HERE </style> tags
+ 1
check the second lesson called "Inline, embedded and External CSS" of the first module Basics
+ 1
For external link
<head>
<link rel="stylesheet"type="text/css"href="mystyle.css">
</head>
0
thank you a lot for help. I found the problem, that problem was in use these keywords Ă,ĂĄ etc.