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

196

16303 readers
1988 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
top 11 comments
sorted by: hot top controversial new old
[–] antonim@lemmy.dbzer0.com 1 points 9 months ago* (last edited 9 months ago) (1 children)

explanation for the tech illiterate (me)?

[–] CallumWells@lemmy.ml 1 points 9 months ago (1 children)

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

[–] lseif@sopuli.xyz 1 points 9 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.

[–] JPAKx4@lemmy.blahaj.zone 1 points 9 months ago* (last edited 9 months ago) (1 children)

Okay but there is literally a strong tag?? <strong>password</strong>

[–] survivalmachine@beehaw.org 1 points 9 months ago* (last edited 9 months ago) (1 children)

You need letters, NUMBERS, and symbols. So you may still want to throw an tag in there.

[–] kogasa@programming.dev 1 points 9 months ago

Thanks for closing it

[–] rifugee@lemmy.world 1 points 9 months ago
[–] cobwoms@lemmy.blahaj.zone 1 points 9 months ago (2 children)

missed a / on the closing body tag in the confirmation field.

[–] sag@lemy.lol 1 points 9 months ago

Wait I just noticed :O

[–] mosiacmango@lemm.ee 1 points 9 months ago

Which ironically increases the password strength.

[–] ichmagrum@feddit.de 0 points 9 months ago