I attempted to find this information online, but I wasn't successful.
Suppose I am interested in knowing all the HTML elements that contain a "background" attribute. I'm aware that some web browsers may not support certain elements.
Off the top of my head,
<body>, <table>, <etc>
are just a few examples of elements that allow for this attribute. However, I am aware that there are more elements out there that I haven't listed.
<body background="url">
Is there a reliable resource available that provides a comprehensive list of elements associated with each specific attribute? I understand that the background attribute in the format shown above is now considered obsolete, but this serves as an example for clarification.