<head> tag

  • Thread starter Thread starter Guest
  • Start date Start date
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>
 
That is, there is no content (usually) that would be visible in design view.
it might contain meta tags and java scripts.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top