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, ∼1617🔥, 0💬
Popular Posts:
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...
What is Azure API Management Developer Portal Admin? The Developer Portal Admin is an Azure Web port...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...