missed a / on the closing body tag in the confirmation field.
Wait I just noticed :O
Which ironically increases the password strength.
explanation for the tech illiterate (me)?
It’s basically the “code” (markup, really) for showing the word “password” on a web page.
‘well actually’ a file simply containing
password(with no tags) will also render (on >99% of browsers). thebodyandh1tags only make the text bigger and more semantically clear. if you really want to be semantic and use w3 standards, you should use!DOCTYPE htmlandhtmlas well.
<h1>Missed Opportunity</h1><strong>password</strong>
Okay but there is literally a strong tag?? <strong>password</strong>
You need letters, NUMBERS, and symbols. So you may still want to throw an <h1> tag in there.</h1>
Thanks for closing it




