297
Passwor(ule)d.
(lemy.lol)
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
If you have any questions, feel free to contact us on our matrix channel.
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). thebody
andh1
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
andhtml
as well.;P