Sir how can we combine html and css code | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Sir how can we combine html and css code

13th Sep 2020, 8:38 AM
Sahil
Sahil - avatar
2 Antworten
+ 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