You can start on HTML/CSS very easily using Google. So not cover many details about it. All you need is to cover the core concepts understand them and build a basic project using HTML and CSS.
Take of few things such as
- Learn basics from W3schools.
- No need to buy courses just for HTML and CSS it is mostly about concepts rather than mugging up everything.
- Most of the time frontend developers google the CSS properties and execute the task accordingly. Just understand the basics and you are good to go ahead.
<aside>
💡 Learn the entire basics from W3 Schools or Youtube.
</aside>
Core concepts CSS
- [ ]
class
names and id
- [ ] Query Selector
- [ ] media queries for handling responsiveness
- [ ] Animation properties such as transform, transition, hover, active, focus
Core concepts HTML
- [ ] HTML tags (p, h1, h2, h4, meta tags, scrips, head, body)
- [ ] Global attributes, element-specific attributes
- [ ]
class
names and ids
- [ ] ARIA and roles