Sunday, October 16, 2022

[FIXED] Why firefox console showing unnecessary things

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??

enter image description here


Solution

That's part of the page itself. Using Chrome to post, but using Firefox I get that thing on a test website:

What I experienced

On Chrome the same thing happens:

What I experienced on Chrome

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)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.