Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Elements Are Allowed as Body Sub-Elements
What Elements Are Allowed as Body Sub-Elements? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags
✍: 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 XHTML document only allow block type elements to be included directly inside the body element.
Here are some commonly used block type elements:
2007-05-12, 4911👍, 0💬
Popular Posts:
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
What will be printed as the result of the operation below: main() { char s1[]="Cisco"; char s2[]="sy...
Can you explain what is “AutoPostBack” feature in ASP.NET ? If we want the control to automatically ...
Which one of the following statements is TRUE in regard to overloading the ++ operator? 1 You cannot...
What is Concern in AOP? gA concern is a particular goal, concept, or area of interesth There are m...