Hiding Content Unless Being Viewed on Screen Readers
Learn the techniques used for hiding content in this lesson.
Frequently asked questions
Which of the following techniques are used for hiding content unless being viewed by screen readers?
These techniques can be implemented to attain the required results:
width: 0;
height: 0;
As the width
and height
of an element is set to ...