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, 1572🔥, 0💬
Popular Posts:
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...