Which topics I should learn to understand CSS beter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Which topics I should learn to understand CSS beter?

10th Nov 2018, 12:08 PM
Assadullah Adelyar
Assadullah Adelyar - avatar
6 Answers
+ 2
Go through the course provide here it xan give you basic idea on which you can practise https://www.sololearn.com/Course/CSS/?ref=app
10th Nov 2018, 12:27 PM
MsJ
MsJ - avatar
+ 1
The first topic is the HTML, because is the strucrure of the page. With Css you decide how your page will appear. Are basilar the selectors: id (only for element that appear one time in the page) and class. You can choose every name you want, but in general web developer use always the same. An element appears like this: propety:value; Some propety are: - for the body: width, height, margin, background - text and tag <p>: color, font-family, font-size, text-trasformation, Text- decoration, ecc... - for image or div: width, height, border, align, ecc... For understand and improve your Css ability you have to do a lot of pratice example.
15th Nov 2018, 8:11 AM
Noemi Tramonti
Noemi Tramonti - avatar
+ 1
html is first and then learn about css
18th Nov 2018, 11:12 AM
muhammad ilham firnanda
muhammad ilham firnanda - avatar
0
I think doing the HTML, Javascript, PHP and CSS tutorial will help you understand better. At least it worked for me :)
12th Nov 2018, 7:57 AM
Dave
Dave - avatar
0
learn all the topics, there are very important
12th Nov 2018, 9:50 PM
Promise Chukwuebuka
Promise Chukwuebuka - avatar