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, ∼2373🔥, 0💬
Popular Posts:
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
How to access Request body from "context.Request.Body" object in Azure API Policy? Request body is t...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...