Where is the <head> tag on my website?
R Ronx Feb 12, 2005 #2 Open a web, then a page. Switch to Code or HTML view. At the top of the page there will be something like <HTML> <head> ..... various Meta tags ..... </head> <body>
Open a web, then a page. Switch to Code or HTML view. At the top of the page there will be something like <HTML> <head> ..... various Meta tags ..... </head> <body>
A Andrew Murray Feb 12, 2005 #3 That is, there is no content (usually) that would be visible in design view. it might contain meta tags and java scripts.
That is, there is no content (usually) that would be visible in design view. it might contain meta tags and java scripts.
M Murray Feb 12, 2005 #4 And CSS.... -- Murray Andrew Murray said: That is, there is no content (usually) that would be visible in design view. it might contain meta tags and java scripts. Click to expand...
And CSS.... -- Murray Andrew Murray said: That is, there is no content (usually) that would be visible in design view. it might contain meta tags and java scripts. Click to expand...