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, ∼1947🔥, 0💬
Popular Posts:
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
What is Fabric CA (Certificate Authority)? Fabric CA (Certificate Authority) is a component of Hyper...