- 1

How can i add css inside of html?

7th Sep 2020, 5:07 PM
Saim Hasan
4 ответов
+ 2
in file mode: <style> .... your css .... </style> external mode: <head> <link rel="stylesheet" href="your_css_file.css"> </head> external is best...
7th Sep 2020, 5:13 PM
Amin Maleki
Amin Maleki - avatar
+ 1
Do you seen beginning of css course https://www.sololearn.com/learn/CSS/1079/
7th Sep 2020, 5:11 PM
v@msi😉
v@msi😉 - avatar
+ 1
You can use inline and internal css to add css in html file.
7th Sep 2020, 6:44 PM
Divya Mohan
Divya Mohan - avatar
0
<style> your css files or codes </style>
8th Sep 2020, 8:13 PM
AlienX
AlienX - avatar