+ 2
How I can link my css document with my html document
3 Answers
+ 5
CSS can be added to HTML documents in 3 ways:
Inline - by using the style attribute inside HTML elements
Internal - by using a <style> element in the <head> section
External - by using a <link> element to link to an external CSS file
The most common way to add CSS, is to keep the styles in external CSS files.
https://www.w3schools.com/html/html_css.asp
https://www.javatpoint.com/how-to-link-css-to-html
+ 4
You can link this external file (. css file) to your HTML document file using the < link > tag . You can place this < link > tag Within the < head > section, and after the < title > element of your HTML file. The value of the rel attribute must be style sheet.
+ 2
https://www.sololearn.com/discuss/2199201/?ref=app
https://www.sololearn.com/discuss/2384743/?ref=app
https://www.sololearn.com/discuss/196583/?ref=app
https://www.sololearn.com/discuss/2411491/?ref=app
https://www.sololearn.com/discuss/1249913/?ref=app
https://www.sololearn.com/discuss/746081/?ref=app
https://www.sololearn.com/discuss/2071413/?ref=app
https://www.sololearn.com/discuss/2908481/?ref=app
https://www.sololearn.com/discuss/2568170/?ref=app
https://www.sololearn.com/discuss/510697/?ref=app
https://www.sololearn.com/discuss/2573000/?ref=app
https://www.sololearn.com/discuss/2519699/?ref=app
https://www.sololearn.com/discuss/1718829/?ref=app
https://www.sololearn.com/discuss/2292701/?ref=app