Tools, FAQ, Tutorials:
What Is a Sub-element in HTML?
What Is a Sub-element in HTML?
✍: FYIcenter.com
A sub-element is an HTML element that is included inside the content of another HTML 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".
⇒ Two HTML Elements Overlapping Each Other
⇐ What Is CDATA in HTML Documents?
2024-02-28, 1626🔥, 0💬
Popular Posts:
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...