+ 5

Non-Visual Elements?

What do they mean by "The head of an HTML file contains all of the non-visual elements"?

30th Nov 2016, 10:33 PM
Tyler Mai
Tyler Mai - avatar
7 Answers
+ 14
The HTML <head> Element The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag. HTML metadata is data about the HTML document. Metadata is not displayed. Metadata typically define the document title, character set, styles, links, scripts, and other meta information. The following tags describe metadata: <title>, <style>, <meta>, <link>, <script>, and <base>. The HTML <title> Element The <title> element defines the title of the document, and is required in all HTML/XHTML documents. The <title> element: defines a title in the browser tab provides a title for the page when it is added to favorites displays a title for the page in search engine results A simple HTML document: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> The content of the document...... </body> </html>
30th Nov 2016, 10:40 PM
Hooman Hassanzadeh
Hooman Hassanzadeh - avatar
+ 6
Thanks
6th Aug 2018, 1:36 PM
__az__
__az__ - avatar
+ 3
Thanks!
30th Nov 2016, 10:43 PM
Tyler Mai
Tyler Mai - avatar
0
thanks
17th Oct 2018, 11:51 AM
michael ferdinard
0
Thanks
20th Apr 2019, 10:14 PM
Funnylizard
0
Thanks
10th Oct 2020, 5:57 AM
Nemesio Dimalaluan
Nemesio Dimalaluan - avatar
0
How does it function as an element which is non-visual. Please refer me to an application.
7th Jan 2021, 2:46 PM
Md Ashif
Md Ashif - avatar