+ 1
Someone should explain to me how to bring in written css code to HTML
Lyk the design codes from css to html (webpage)
2 Respuestas
+ 1
you must write <style> in the teg <head> and then write your css code. And don't forget to close teg </style>
0
if you go through SoloLearns CSS tutorial you will get a clear understanding if you practice!