<head> tag

P

Pumpituptech

I am attempting to insert java applets into my website and I have to paste some html commands in the <head> section and I cannot locate a <head> section in my website...Is there another name that frontpage uses

Thanks
 
J

Jack Brewster

<head> isn't a part of your website, rather it's part of each web page.
Take a look at your page in code/html view and you'll see:
<head>
<title>Your page title</title>
</head>
<body>

....etc.

Here's an introductory lesson on HTML that discusses page structure that you
may find to be helpful:
http://www.w3schools.com/html/html_intro.asp
 
C

Chris

What you want to do is at the bottom, there should be a tab that says "HTML" next to "Normal", go to HTML view and then locate the <head> part and then insert it
----- Jack Brewster wrote: ----

<head> isn't a part of your website, rather it's part of each web page
Take a look at your page in code/html view and you'll see
<head><title>Your page title</title></head><body

....etc

Here's an introductory lesson on HTML that discusses page structure that yo
may find to be helpful
http://www.w3schools.com/html/html_intro.as

--
Jack Brewster - Microsoft FrontPage MV

Pumpituptech said:
I am attempting to insert java applets into my website and I have to past
 
Top