1 point
*

explanation for the tech illiterate (me)?

permalink
report
reply
1 point

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

permalink
report
parent
reply
1 point

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

permalink
report
parent
reply
1 point
*

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

permalink
report
reply
1 point
*

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

permalink
report
parent
reply
1 point

Thanks for closing it

permalink
report
parent
reply
1 point

<h1>Missed Opportunity</h1><strong>password</strong>

permalink
report
reply
1 point

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

permalink
report
reply
1 point

Which ironically increases the password strength.

permalink
report
parent
reply
1 point

Wait I just noticed :O

permalink
report
parent
reply
0 points

Hmmm …

permalink
report
reply