Issue
i want just to see the content of the div but firefox is showing me a lot of null and non unnecessary attributes. please help me to hide those attibutes??
Solution
That's part of the page itself. Using Chrome to post, but using Firefox I get that thing on a test website:
On Chrome the same thing happens:
Source:
<!DOCTYPE html>
<html>
<body>
<div id="this-is-an-id" class="this-is-a-class" custom-attribute="this-is-a-custom-attribute">This is the content of the div</div>
</body>
</html>
Answered By - softcode Answer Checked By - Timothy Miller (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.