POP Quiz time!
How do these three bits of HTML get parsed?
- <foo bar=baz/> (no space between the value and the slash
- <foo bar=baz /> (space after the unquoted value)
- <foo bar="baz"/> (quoted attribute value)
- Log in to post comments