I have diffilcuties in learning html along with css how could i overcome it??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I have diffilcuties in learning html along with css how could i overcome it???

7th Oct 2017, 1:14 AM
shivam akhouri
shivam akhouri - avatar
2 Answers
+ 3
First, focus on getting HTML up to the point where you could sit down, open up a text editor, and make a decent HTML page. Be sure to know the ups and downs of classes, ids, and know the basic attributes for certain tags (like src for the <img/> tag, and href for the <a> tag). Then, learn CSS. With all that previous stuff in mind, CSS should be a breeze. Focus on the basic styling attributes, like color, font-family, font-size, width, and height. After that, focus on remembering the units (like px, em, %) and how to use rgb(r, g, b) and hexadecimal coloring. Finally, just try and use CSS, and see how much you remember. If you don't remember, try to remember harder. If you still can't, consult your resources, like the SoloLearn course. Keep going, and you'll learn more. Happy coding! 😁
7th Oct 2017, 1:48 AM
LunarCoffee
LunarCoffee - avatar
0
I don't think so, unfortunately... to learn CSS you should have learned the basics of HTML. But try read about HTML at: w3schools.com. !!! Always read the comments in the section you're learning. It's really helpful.
7th Oct 2017, 1:40 AM
▲TopGun ▲
▲TopGun ▲ - avatar