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, 1892🔥, 0💬
Popular Posts:
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How To Copy Array Values to a List of Variables in PHP? If you want copy all values of an array to a...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...