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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -