Guys what is a non visual elements? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Guys what is a non visual elements?

html

30th May 2019, 6:29 AM
Cebo Ngcobo
Cebo Ngcobo - avatar
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
30th May 2019, 6:40 AM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 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>
30th May 2019, 6:41 AM
KrOW
KrOW - avatar