DEV Community

Discussion on: Learning HTML and CSS...

Collapse
 
horus_sky profile image
Cedric W

Sass and Bootstrap are frameworks that will help you with building/organizing/streamlining your CSS. I would recommend at least familiarizing yourself with both. I would also recommend looking into BEM (Block, Elements, Modifiers) as it will help in organizing your html/css more efficiently.

If you are wanting to get more into programming, understanding data structures, algorithms, animations, and whatnot, JavaScript is a great start.

Free Code Camp (.org) has 2 great certification courses that will introduce you to all of this:

  • JavaScript Algorithms and Data Structures Certification
  • Front End Libraries Certification
Collapse
 
nokha_debbarma profile image
Nokha Debbarma

Thanks, Cedric!

I will definitely look into what you have recommended.