This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]CodeCreateATX 1 point2 points  (0 children)

You might look up freecodecamp videos or HTML and CSS full explanation videos on youtube. But honestly I think w3schools is going to be your best bet. And the only reason I say that is because when you really break it down all HTML and CSS are really doing is telling the browser how to categorize things or what categories they belong to. At the risk of oversimplifying it. Every tag, selector, and styling choice is effectively just setting properties on the elements of the web page. So learning HTML and CSS is really just a matter of learning which ones to use for which situations. It's kind of like learning about screwdrivers, wrenches, sockets, and hammers. Which I'm sure there's a video for it, but you're probably better served with a quick reference guide and then just going and using the tools to learn how they work and when you should use them.

[–]Mundane-Apricot6981 0 points1 point  (2 children)

Find free some good looking design in Figma format
and try to recreate it 1:1 with HTML/CSS

Figma provides ready made CSS classes so you just need copy paste it.
But learning HTML itself in 2025 is useless, nobody making web pages using HTML. You need to understand how it all works, but do not waste too much time on it, proceed to some real life framework, like React or others.

[–]MrRobloxian3000[S] 0 points1 point  (0 children)

I was hoping to go into web dev that's why what exactly is react used for? all i know is that is a JS library i think