Answers for "How to check for the properties of an element in the console"

0

How to check for the properties of an element in the console

var tag = document.getElementsByTagName('yourTag');
console.dir(tag);
Posted by: Guest on September-28-2021

Code answers related to "How to check for the properties of an element in the console"

Code answers related to "Javascript"

Browse Popular Code Answers by Language