<head> tag

R

Ronx

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

That is, there is no content (usually) that would be visible in design view.
it might contain meta tags and java scripts.
 
M

Murray

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.
 
Top