• HollandJim@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    6
    ·
    11 months ago

    I guarantee you that the people writing that HTML isn’t a language are the junior devs that use DIVs for everything in their structure, especially actionable elements like buttons or anchors. Let’s ignore that the “DIV is the element of last resort”, as per the html spec. Also, I doubt that anyone suggesting CSS isn’t a language hasn’t picked up a OReilley’s manual on it recently - 1100+ pages, before you get to the glossary. HTML & CSS are quite a powerful combination.

    • AJMaxwell@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      11 months ago

      HTML adds structure to data and CSS adds visual styling to HTML data. The only way to make that data interactive, or have it perform other complex tasks is with Javascript. JS is a scripting language which is a subset of programming languages.

      Buttons, links, etc only move you from one piece of data to another via the browser. HTML cannot and does not perform any actions itself.

        • rain_worl@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          2 days ago

          gonna state this: html is a language, but not a PROGRAMMING language. each individual regex is also a language. assumed that you thought “language” and “programming language” were equivalent
          sidenote: “gonna state this:” could be prefixed to any comment without changing the meaning, but it sure does change the vibe

          • HollandJim@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            3 hours ago

            I’m the lead UI developer for one of Europe’s biggest fintech firms, and we’re up from #4 back before I got there (many factors in that, so okay, but the UI update added to our success). I’m reviewing quite a few CVs lately looking for Angular FE devs and honestly, an attitude like that won’t even get you in the first round.

            This discussion started because I said many FE devs don’t develop with HTML in mind - it’s all divs and js. Or they rely heavily upon a framework to do that for them. I just passed on someone in the third round because I asked for a lightweight modal with esc exit, background and focus, and they wheeled out this whole system using prime ng and p-modals, where just using the <dialog> element would have worked.

            To be fair, they also argued that using their method would have been faster and more consistent. That’s a person who relies on toolkits instead of understanding their existing tools has depth.

            May I suggest, don’t be that guy. But in 3 years I retire to an island to never have these arguments again, so what do I care? Don’t listen to anyone else - be my guest.

            Just to change the vibe.