CSS Questions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

CSS Questions

Is CSS More Difficult To Learn HTML? What can I do with Js without knowing CSS?

4th May 2018, 11:29 PM
Marcus Xavierr
Marcus Xavierr - avatar
3 Answers
+ 6
In my opinion, HTML and CSS are of same difficult levels. Html is content creation and Css is used those things to make their appearance better and as Josie Bierbaum said also for the animation.Js can be used to create animation and add functionality to webpage. But if you learn Js first, there are less chances you will understand it completely. Js also includes the manipulation of CSS and HTML through DOM. You should learn CSS first then you should JavaScript.
5th May 2018, 1:50 AM
Akash Pal
Akash Pal - avatar
+ 2
CSS is used to alter the look of HTML pages. You can program in Javascript without CSS since CSS is used for animation and appearance. I’d recommend starting with HTML, the SoloLearn tutorial is very good for getting started. HTML, in my opinion, is just as easy to learn as CSS.
5th May 2018, 12:20 AM
Anonymous
Anonymous  - avatar
+ 1
You can still do plenty without CSS, but you will be repeating yourself many times over to apply formatting to your HTML. CSS or Cascading Style Sheets are just that, they cascade the style over your entire website and save lots of repetitive HTML. With JavaScript, you really need to know HTML and CSS to maximise it's usage.
5th May 2018, 4:49 AM
Duncan
Duncan - avatar