css - HTML Semantics - <span> element and validity -
technically speaking block of code valid (would test it's valid): <body><span>some text</span></body> opposed <body><p><span>some text</span></p></body> - know valid
yes that's html valid both cases.
take on html w3c validator verifrying whther html valid or not.
Comments
Post a Comment