898
Censorship is getting out of hand
(lemmy.zip)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
HTML isn't compiled, and unknown attributes are allowed. The best practice is to prefix non-standard attributes with
data-
(e.g.<div data-foo="test">
) but nothing enforces that. Custom attributes can be retrieved in JavaScript or targeted in CSS rules.