how do I style the hover state of dom elements using native js?
requirements are as follows:
1. No outreach css table settings are used, and there is no className. For example, < del > abc:hover {} < / del >,
2, do not use the onmouseover,onmouseout event to change the style.
is there any way to achieve this?