Best way to use css for websites? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 5

Best way to use css for websites?

I need to make a website as a project for my school but i dont know what is the best way to use css to decorate the page. Any ideas or recommendations from where i could learn exactly?

27th Dec 2018, 1:18 PM
이켱미KRICANA
이켱미KRICANA - avatar
2 Respuestas
+ 4
There's no ideal way to use CSS, as there is no set method that a website should be decorated with... Unless, of course, you need to follow a rubric. After completing the CSS course here, if you still don't know how to do something, try searching on W3 Schools or the Mozilla docs: https://www.w3schools.com https://developer.mozilla.org
27th Dec 2018, 3:43 PM
Nick
Nick - avatar
+ 4
The best reference is w3schools. But anyway... you can use css external or internal. In eternal way, you have to use <link> tag to link your css file. In internal way, you should use <style></style> tag to writes css and you can use it in every place in your html document. And of course you can use style attribute in your html elements which is not recommended for SEO
27th Dec 2018, 7:22 PM
AmirHosein Ravaghi
AmirHosein Ravaghi - avatar