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, 1188🔥, 0💬
Popular Posts:
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How To Protect Special Characters in Query String in PHP? If you want to include special characters ...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...