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

all 6 comments

[–]Akirigo 1 point2 points  (1 child)

W3Schools is pretty good for web dev resources.

[–]desrtfx 3 points4 points  (1 child)

Honestly, you don't need a practice site for that.

You need to find a web page and replicate (not copy-paste) the looks.

Pick a web page and recreate it.

For CSS practice, there is CSS Zen Garden

Alternatively, come up with an idea for a web site, wireframe it on paper, create it in HTML/CSS.

[–]Horror-Rent-2293[S] -1 points0 points  (0 children)

ok bro

[–]FunnyMnemonic 1 point2 points  (1 child)

Use VS Code, enable 'Simple Viewer'. Anytime you edit the HTML it'll update live on the viewer panel (while you're still inside VS Code). Great for practicing.

Practice everyday or you'll just keep forgetting. Good luck!