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 Is a Sub-element
What Is a Sub-element? - XHTML Tutorials - Introduction To Element Content Syntax
✍: FYIcenter.com
A sub-element is an XHTML element that is included inside the content of another XHTML element. The inner element is called the sub-element or child element. The outer element is called the parent element. Together they are called nested elements.
Note that which element is allowed to be included inside another element is defined by the XHTML specification. For example, element "p" is allowed inside "body", but it is not allowed inside "head".
2007-05-12, 4897👍, 0💬
Popular Posts:
What exactly happens when ASPX page is requested from Browser? Note: - Here the interviewer is expec...
How To Fade Image Edges to Background Colors? - PSP Tutorials - Fading Images to Background Colors w...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...
How To Use Subqueries with the IN Operator? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqu...