Little Known HTML Facts
Thursday, September 30th, 2004Little Known HTML Facts
Here are some little or less known (X)HTML and CSS facts:
You can’t put an input element right into a form element. You need to nest an element like “p” (paragraph) or “div” (divisor) first. Otherwise it’ll be invalid according to the W3C (the World Wide Web Consortium validator) when [...]