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, ∼2194🔥, 0💬
Popular Posts:
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...