Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

Easy Date   World's Leading Outsourcing Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 05-08-2008, 11:23 PM   #1 (permalink)
Contributing Member
 
Join Date: 09-17-07
Location: UK
Posts: 186
iTrader: 0 / 0%
Latest Blog:
None

rups is liked by somebodyrups is liked by somebodyrups is liked by somebody
h1 with title

Hi guys,
can anyone tell me, if i can give h1 tag to title?
How can i give it?

Thanks,
Rups
__________________
Download trial version of pass-test driving theory test software to get latest DSA questions
----------------------------------------------
Online Training Courses
theory test
rups is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 05-08-2008, 11:44 PM   #2 (permalink)
Contributing Member
 
hrvoje461's Avatar
 
Join Date: 08-12-06
Posts: 59
iTrader: 0 / 0%
Latest Blog:
None

hrvoje461 is liked by many
Do you mean h1 tag in <title><h1>Some Title</h1></title>?
Well... I'm not 100% sure but I don't think you can do that.
If it is possible I would like to know that too.
hrvoje461 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-08-2008, 11:57 PM   #3 (permalink)
Contributing Member
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 97
iTrader: 0 / 0%
Latest Blog:
Heading Hierarchy

htmlbasictutor is liked by somebodyhtmlbasictutor is liked by somebodyhtmlbasictutor is liked by somebody
The title tags go in the head section of your web page.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="Copyright" content="Your Copyright Notice" /> <title>Title of Web Page - which appears in the top of the browser</title> <meta name="Description" content="Your web page description" /> <meta name="Keywords" content="Your keywords" /> </head>
The H1 set of tags goes in the body of the web page.
Code:
<body> <h1>Title of the Web Page</h1> <p>Some text</p> </body> </html>
Does this answer your question?
__________________
HTML Basic Tutor
Basic Computer Informaton - Computer Basics for website owners
htmlbasictutor is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-09-2008, 12:29 AM   #4 (permalink)
Contributing Member
 
Join Date: 04-01-08
Posts: 317
iTrader: 0 / 0%
Latest Blog:
None

lovekissing is on the right pathlovekissing is on the right path
there will be no problem to it...
lovekissing is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-09-2008, 01:55 AM   #5 (permalink)
Contributing Member
 
Join Date: 09-17-07
Location: UK
Posts: 186
iTrader: 0 / 0%
Latest Blog:
None

rups is liked by somebodyrups is liked by somebodyrups is liked by somebody
Quote:
Originally Posted by htmlbasictutor View Post
The title tags go in the head section of your web page.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="Copyright" content="Your Copyright Notice" /> <title>Title of Web Page - which appears in the top of the browser</title> <meta name="Description" content="Your web page description" /> <meta name="Keywords" content="Your keywords" /> </head>
The H1 set of tags goes in the body of the web page.
Code:
<body> <h1>Title of the Web Page</h1> <p>Some text</p> </body> </html>
Does this answer your question?

No..this will not generate title. It will show the text at the top of the page.
not in the title bar.

Thanks
__________________
Download trial version of pass-test driving theory test software to get latest DSA questions
----------------------------------------------
Online Training Courses
theory test
rups is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-09-2008, 02:03 AM   #6 (permalink)
Contributing Member
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 97
iTrader: 0 / 0%
Latest Blog:
Heading Hierarchy

htmlbasictutor is liked by somebodyhtmlbasictutor is liked by somebodyhtmlbasictutor is liked by somebody
If this is what you are trying to do:
Quote:
<title><h1>Some Title</h1></title>
Then this is wrong.

Are you trying to use the title attribute for the H1 tag?
http://www.w3schools.com/tags/tag_hn.asp

http://www.w3.org/TR/html4/struct/global.html#edef-H1
__________________
HTML Basic Tutor
Basic Computer Informaton - Computer Basics for website owners
htmlbasictutor is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-09-2008, 04:21 AM   #7 (permalink)
Contributing Member
 
harsha22's Avatar
 
Join Date: 03-21-07
Location: bangalore
Posts: 249
iTrader: 0 / 0%
Latest Blog:
None

harsha22 is liked by many
I dont think it is possible to use h1 tag for the Title tag
__________________
God Nagendra

Technology Blog
harsha22 is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-12-2008, 06:13 AM   #8 (permalink)
Contributing Member
 
webcosmo's Avatar
 
Join Date: 03-17-07
Posts: 1,142
iTrader: 5 / 100%
webcosmo is a jewel in the roughwebcosmo is a jewel in the roughwebcosmo is a jewel in the roughwebcosmo is a jewel in the roughwebcosmo is a jewel in the roughwebcosmo is a jewel in the rough
Whatever inside the <title> tags are considered as text; meaning its a text value for the title. Browser or search engines do not interpret them as HTML.
webcosmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 05-12-2008, 09:14 AM   #9 (permalink)
Banned
 
Join Date: 04-28-08
Posts: 447
iTrader: 0 / 0%
Latest Blog:
None

francis84 is liked by many
Quote:
Originally Posted by rups View Post
Hi guys,
can anyone tell me, if i can give h1 tag to title?
How can i give it?

Thanks,
Rups
Yes, you can give H1 to tiltle.
<h1>Title</h1>
francis84 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB 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
Title and meta title question la cala SEO Forum 5 02-26-2008 08:55 AM
Repeat keywords in Title Tag? Repeat Title Tag? Christine8 SEO Forum 23 12-21-2006 12:21 PM
Title Intensity V7N Directory Issues 8 10-09-2004 03:19 PM
Invision Board - Display Topic Title as Page Title? gunface Coding Forum 3 07-05-2004 11:37 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 09:31 PM.
© Copyright 2008 V7 Inc