Where should i place the <footer> tag | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Where should i place the <footer> tag

HTML

13th Mar 2021, 10:04 PM
Sofiri Banigo
Sofiri Banigo - avatar
2 Respuestas
+ 1
in most cases it should be the last element of the body and in less cases after the body https://www.w3schools.com/TAgs/tag_footer.asp
13th Mar 2021, 10:10 PM
iTech
iTech - avatar
+ 1
The HTML <footer> element is an HTML5 element that is found within the <body> tag
14th Mar 2021, 3:02 AM
Mr. Unknown