+ 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 }
3 odpowiedzi
+ 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
+ 1
Or whats missing in the codes so they can Run ?
+ 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