You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kameron Brooks edited this page Jan 15, 2019
·
1 revision
TextNode
The text node is an implicit tag and does not need to be written. Anywhere in a document where there is plain text, a text node is created to encapsulate the text.
Example
<div>
Here is some text.
</div>
Inside of the div tags, there is an implied TextNode that encapsulates the text.