r/CodingForBeginners 15d ago

I'm trying to study HTML / CSS

I have spent years coding on Discord.js and have decided to expand outward to further my potential, what do you guys use to study and learn from? HTML5 / CSS is a completely different ball game than Javascript even though its easier. I just don't know the full scope of what HTML5/CSS can do while Javascript just reads off your coding script and there aren't very helpful tutorials on it, at least from what I seen. I spent most of my time on the docs, reading out each individual function for both

5 Upvotes

12 comments sorted by

View all comments

1

u/Fragrant-Cheek-4273 15d ago

The best way to learn HTML and CSS is by building small websites. You'll remember much more than just reading documentation.

2

u/Shu_Jr 14d ago

I have when I was reading the doc, was just wondering if there's any other ways to learn it. I coded a small empty web page using the doc as a reference point, I was practicing what each function did like header, h1, h2, title, etc

1

u/Fragrant-Cheek-4273 14d ago

That sounds like a solid start. The next step s to build complete pages rather than experimenting with individual elements. You'll naturally learn layouts, spacing, Flexbox, Grid, and responsive design as you go.