+ 1
Guys what is a non visual elements?
html
2 Answers
+ 3
The elements which are not displayed in the output are non visual elements. These are contained in head tag. Such as meta and title . These are not displayed in the output but are important.
For more refer to this thread :
https://www.sololearn.com/Discuss/113562/?ref=app
Thanks
+ 2
Non-visual elements are all element which havent not visual representation because not represent something of visual... Some common examples are <script> and <link>