the text in header is also visible in output. how it possible they said it's invisible | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

the text in header is also visible in output. how it possible they said it's invisible

13th Aug 2016, 5:12 PM
charan pattabhi
charan pattabhi - avatar
2 Answers
0
It is visible. Actually, you will NEVER, ever need those tags like head and footer. I make pages using just the (always optional) <html> and <body> tags. I am not even using <head> or <footer>. Almost every tag is working properly (it depends where you put it in page) so you can even stop using tags like: body, header, html. They are (almost) useless. The tag you will need to group things will be the forever <div> tag. Use the tags I specified just if there is any team-work so everybody knows where to search for the specified item. Also, have I specified about the search engines? They kinda need that ;) Confusing, huh?
14th Aug 2016, 9:37 PM
Gabriel Popa
Gabriel Popa - avatar
0
Every text that is not a comment (or script/style) in the html page will be visible until you disable it using css or even HTML!
14th Aug 2016, 9:38 PM
Gabriel Popa
Gabriel Popa - avatar