No </HEAD> tag?

This is a discussion on "No </HEAD> tag?" within the Web Page Design section. This forum, and the thread "No </HEAD> tag? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old May 11th, 2007, 07:20
Junior Member
Join Date: Nov 2006
Location: derry
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
No </HEAD> tag?

I had a site designed recently, since then I have been learning html- I looked at part of the code for my index page and there doesnt seem to be a </HEAD> tag present, could you look at the following code and tell me if i need to add the </HEAD> tag and if so where?

Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>

<TITLE>Onbike Scotland | Best biking roads in Scotland | DVD footage</TITLE>
<META NAME="ROBOTS" content="INDEX,FOLLOW">
<meta name="Keywords"content="Biking Scotland, Scottish roads, Scottish Biking, A82, A87, A887, A890, A896, A832, A816, A939, A826, A827, Northern Scotland, Central Scotland, Southern Scotland">
<meta name="Description" content="DVD footage of the roads in Scotland. Excellent for biking.">
<meta name="Publisher" content="www.netspacedesign.net">
<META name="verify-v1" content="fI4fPRdLazADbRh5GKQ5tbg14ydePmddP1nCuY/ZMcI=" /> 
<meta name="Author" content="netspace">
<meta name="Revisit-after" content="5 days">
<meta name="Classification" content="non-profit">
<meta name="Distribution" content="Global">
<meta name="Rating" content="Safe for Kids">
<meta name="Copyright" content="ICRfm">
<meta name="Language" content="en-uk">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="SHORTCUT ICON" HREF="/Favicon.ico">
<script language="javascript">
window.status="Designed & Produced by Netspace Copyright 2006";
</script>
<style type="text/css">
thanks

Last edited by karinne; May 11th, 2007 at 12:07. Reason: Please use [code]...[/code] tags when displaying code!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 11th, 2007, 07:46
Reputable Member
Join Date: Mar 2007
Location: UK
Posts: 305
Thanks: 0
Thanked 0 Times in 0 Posts
Re: No </HEAD> tag?

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
Your script goes here
</body>
</html>

Last edited by karinne; May 11th, 2007 at 12:07. Reason: Please use [code]...[/code] tags when displaying code!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 11th, 2007, 08:40
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: No </HEAD> tag?

try chexking after all the metas and java and css(if there is any). I promise you its there.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old May 11th, 2007, 12:09
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: No </HEAD> tag?

Quote:
Originally Posted by daygon View Post
try chexking after all the metas and java and css(if there is any). I promise you its there.
Huh?!


Like acrikey showed you, </head> comes just before your <body> element.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old May 11th, 2007, 21:07
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: No </HEAD> tag?

Quote:
Originally Posted by karinne View Post
Huh?!


Like acrikey showed you, </head> comes just before your <body> element.
hey it was 4 in the morning and i couldnt type. forgive me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
head, html

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
I seem to have gotten in over my head. GregoryV Starting Out 10 May 28th, 2007 00:53
Head scratcher.... minute44 Web Page Design 5 Jun 2nd, 2006 14:56
head message csa Web Page Design 1 Jan 17th, 2006 12:30


All times are GMT. The time now is 19:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42