Tools, FAQ, Tutorials:
HTML 'body' Sub-Elements
What Elements Are Allowed as Body Sub-Elements?
✍: FYIcenter.com
The content model of the body element is sub-element only.
Character data is not allowed as body element's content.
You can only enter sub elements inside the body element.
But not all elements can be entered inside the body element.
Strict HTML document only allow block type elements to be
included directly inside the body element.
Here are some commonly used block type elements:
⇒ HTML 'body' Element Attributes
⇐ Incorrect HTML 'body' Elements
2023-08-09, ∼2014🔥, 0💬
Popular Posts:
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...
How to run PowerShell Commands in Dockerfile to change Windows Docker images? When building a new Wi...
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...