Hacker News new | ask | show | jobs
by snitty 433 days ago
>height="20"

What fresh hell is this?

1 comments

What's the issue?

HTML attribute: height="20"

CSS property: height: 20px;

JS statement: element.style.height = "20px";