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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -