0
Pls how can i link the html code and the css code
3 Antworten
+ 5
Don't use irrelevant tags '<link>' and btw you already know the answer because you attach the <link> tag that means you know, you can link the css code through 'link' tag.
+ 3
Njita Russel ,
Have you tried by yourself?or tried using search bar?
plz Read this before asking any questions..
https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
see this what I found after searching..
https://www.w3schools.com/tags/tag_link.asp
+ 2
To add a CSS stylesheet to your HTML file, use this code in the <head> section:
<link rel="stylesheet" href="styles.css">
If you're using the code playground, directly write your CSS in the CSS tab.