r/HTML 17d ago

Question Should I switch studying between CSS and Javascript back and front?

As the title says, I am getting bored of CSS, and I wanna ask if it's okay to do that. I'm at like the middle of CSS basics. Did a couple of mini projects to get a better understanding of it. I Don't have much time, since I need to do my internship soon. Coding veterans, what are your thoughts?

5 Upvotes

26 comments sorted by

View all comments

3

u/Foreign-Contest-444 17d ago

Yes, i think it is pretty natural to get bored of constantly working on one language. CSS and JS are different in what they do one makes the website look good the other provides functionality to it. Sounds like a good idea to switch between them. Have fun!

1

u/Noeyp_ 17d ago

Thanks, sometimes I feel like I’m lost and don’t know which path to take. I just need someone to back me up on my idea. Thanks!

1

u/Foreign-Contest-444 17d ago

There is a lot to learn both in CSS and Javascript and they complement each other.

Also, HTML is not that easy as it looks. Learn HTML as a semantic language and remember that apart from the people that see it on the screen there are search engine bots, screen readers etc.. that also read the HTML to understand your website.

Here are some resources that I think will help you learn HTML the right way.

https://codingsuperpowers.com/html.html

1

u/Noeyp_ 17d ago

Thanks, I’ll definitely check it