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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -