I don’t really see any websites that allow you to practice webdev skills asides from JS. Maybe ask the user to make like a project or a simple website with the things they want implement and have them rank it and stuff?
I don’t really see any websites that allow you to practice webdev skills asides from JS. Maybe ask the user to make like a project or a simple website with the things they want implement and have them rank it and stuff?
Yeah the Tracks page on Exercism does not have HTML+CSS. Only JS, PHP, TS.
Btw why don’t y’all consider them programming languages? Given that they’re still code used to develop something.
A very oversimplified explanation is that to be a programming language, you need support for branching code (
if
statements and the like). HTML is a markup language and CSS is a style sheet language. Apparently they’re Turing complete when used together, but implementing even the most basic algorithms in HTML/CSS is very impractical, and impossible when the languages are used separatelyBecause they lack stuff that makes a language a language, they are a markup language similar to markdown, but it is true you need to remember it anyway.