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, 1471🔥, 0💬
Popular Posts:
How to create Hello-3.1.epub with WinRAR? I have all required files to create Hello-3.1.epub. To cre...
What properties and functions are supported on requests.models.Response objects? "requests" module s...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How To Open Standard Output as a File Handle in PHP? If you want to open the standard output as a fi...