Login
From:
Accessibility Developer Guide
(Uncensored)
subscribe
Hiding elements from all devices
https://www.accessibility-developer-guide.com/examples/hiding-elements/from-all-devices
links
backlinks
Roast topics
Find topics
Find it!
To hide an element from all devices means just that: no single device will perceive it anymore (although the element still is present in the DOM). This can be achieved using either an HTML attribute or CSS attributes.