<head> what is it | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

<head> what is it

13th Aug 2016, 9:54 AM
Jan Hebein
Jan Hebein - avatar
1 Respuesta
+ 1
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>.
13th Aug 2016, 2:30 PM
Mayur Babar
Mayur Babar - avatar