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, ∼1631🔥, 0💬
Popular Posts:
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...