this post was submitted on 05 Jan 2024
286 points (100.0% liked)

196

16890 readers
445 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago (1 children)

It's basically the "code" (markup, really) for showing the word "password" on a web page.

[–] [email protected] 5 points 1 year ago (1 children)

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

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago)

for the tech illiterate (me)?

;P