How do I run my CSS code alongside with HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I run my CSS code alongside with HTML

font-size: 35px; .intro{ background-color: #2F5A78; } body { font-family: "Gill Sans",calibri,'Trebuchet MS',Sans-Serif }

25th Jan 2022, 2:04 PM
Theresa Mulenga
Theresa Mulenga - avatar
3 Answers
+ 2
Hello Theresa, Please put specific language(s) related to the question rather than writing HTML tag <body></body> https://code.sololearn.com/W3uiji9X28C1/?ref=app
25th Jan 2022, 2:15 PM
Ipang
+ 1
Or whats missing in the codes so they can Run ?
25th Jan 2022, 2:05 PM
Theresa Mulenga
Theresa Mulenga - avatar
+ 1
You can write style in between <style> </style> tag and add in <head> </head> tag of html file edit: https://www.w3schools.com/css/css_howto.asp
25th Jan 2022, 2:12 PM
Jayakrishna 🇮🇳