Where does the " " " " " " " " come from in DOM(no such thing in html)?

Posted by wamp on Stack Overflow See other posts from Stack Overflow or by wamp
Published on 2010-06-10T07:16:03Z Indexed on 2010/06/10 7:22 UTC
Read the original article Hit count: 139

Filed under:
|

You can locate the place by searching test11" " " " " " " " in the page,

but if you view the source code, you'll see the related html is like this:

test11<table style="display: table;" class="listview rowstyle-rowhighlight"" id="resourcegrid">

Where does the " " " " " " " " come from?

The problem can be seen here

© Stack Overflow or respective owner

Related posts about html

Related posts about dom