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, 1706🔥, 0💬
Popular Posts:
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
What is the "__init__()" class method? The "__init__()" class method is a special method that will b...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...