• CallumWells@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    6 months ago

    It’s basically the “code” (markup, really) for showing the word “password” on a web page.

    • lseif@sopuli.xyz
      link
      fedilink
      arrow-up
      5
      ·
      6 months ago

      ‘well actually’ a file simply containing password (with no tags) will also render (on >99% of browsers). the body and h1 tags only make the text bigger and more semantically clear. if you really want to be semantic and use w3 standards, you should use !DOCTYPE html and html as well.