html - What does these text nodes signify in DOM tree? -


for html code,

<p>   <strong>c</strong>ascading   <strong>s</strong>tyle   <strong>s</strong>heets </p> 

below dom tree, using dom inspector tool,

enter image description here

-- these text nodes(highlighted in red) signify?

note: beginner


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -