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 -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -