Sir how can we combine html and css code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Sir how can we combine html and css code

13th Sep 2020, 8:38 AM
Sahil
Sahil - avatar
2 Answers
+ 5
Use <style> tag. For external css use <link> tag.
13th Sep 2020, 8:42 AM
Pranav Kalro
Pranav Kalro - avatar
+ 4
For internal css use <style> tag inside <head> tag and for external use as Pranav Kalro said
13th Sep 2020, 10:18 AM
OfcourseitsRohit
OfcourseitsRohit - avatar