0
the text in header is also visible in output. how it possible they said it's invisible
2 Respuestas
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?
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!