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?

  • Soviet Snake
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Exercism, although I am not sure if they treat them as languages, since they aren’t so maybe they don’t list them.

    • alunyanners 🏳️‍⚧️🇧🇩OP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      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 separately

      • Soviet Snake
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Because 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.