So can html and css be used together? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

So can html and css be used together?

I was just wondering since those are the ones I'm most interested in!

9th Jun 2019, 3:07 PM
Furry Creations
Furry Creations - avatar
6 Answers
+ 17
Yes, HTML and CSS can be used together. You can add CSS inside <style> tag. Eg- <style> /* CSS code here... */ </style>
9th Jun 2019, 3:10 PM
VEDANG
VEDANG - avatar
+ 3
Yes !!
9th Jun 2019, 3:35 PM
CodeFu
CodeFu - avatar
+ 2
Yes of course they can be used together. CSS and JavaScript statements can be written as inline in HTML code.. For CSS, it's : <style> CSS code </style> For JS, it's : <script> JS code </script>
9th Jun 2019, 6:19 PM
Balaka Biswas
Balaka Biswas - avatar
+ 1
Ah, thank you!
9th Jun 2019, 3:12 PM
Furry Creations
Furry Creations - avatar
+ 1
Yes.. they can be used together
9th Jun 2019, 5:30 PM
Ashish Gupta
+ 1
you can also use javascript and jquery with them
9th Jun 2019, 10:39 PM
Logomonic Learning
Logomonic Learning - avatar