Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
What does a header mean in HTML?
Old 04-09-2007, 05:14 AM What does a header mean in HTML?
Junior Talker

Posts: 1
Trades: 0
Please can anyone help me ? What does a header mean in HTML? any examples ?
moksha.rathod is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-09-2007, 06:17 AM Re: What does a header mean in HTML?
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
Trades: 0
header?

Do You mean <head></head>?
moondog is offline
Reply With Quote
View Public Profile
 
Old 04-09-2007, 06:52 AM Re: What does a header mean in HTML?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
or do you mean headings <h1 .. 6> ?
or a page header (logo, banners etc)

OR do you really mean HTTP headers (the codes sent by the server)
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-09-2007, 06:52 AM Re: What does a header mean in HTML?
pitbull82's Avatar
Super Talker

Posts: 147
Name: Marcin Nabiałek
Location: Poland, Częstochowa
Trades: 0
Or maybe do you mean DOCTYPE?
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
pitbull82 is offline
Reply With Quote
View Public Profile Visit pitbull82's homepage!
 
Old 04-09-2007, 04:18 PM Re: What does a header mean in HTML?
Novice Talker

Posts: 6
Trades: 0
I'm pretty sure you mean the header tag for making a headline. Here are the header tags:

<h1>Heading goes here</h1> would make the biggest header
<h2>Heading goes here</h2> is the second biggest header
<h3>
<h4>
<h5>
<h6>Heading goes here</h6> is the smallest header
pd32131 is offline
Reply With Quote
View Public Profile Visit pd32131's homepage!
 
Old 04-09-2007, 05:40 PM Re: What does a header mean in HTML?
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Or maybe he is talking about the HTTP headers, sent and received before the content of the page.

Those headers can be originated from 2 sources:
1) Your browser
2) The web server

When coming from your browser, it indicates to the web server what action you are trying to perform.
They can be like this:

Quote:
GET /search?p=webmaster-talk.com&bwm=p&bwms=p&fr=moz2&fr2=seo-rd-se HTTP/1.1
Host: siteexplorer.search.yahoo.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: B=6hehn092rsndu&b=3&s=4h
This is the request originating from my browser to the thread.
And below is the answer of the server:

Quote:
HTTP/1.x 200 OK
Date: Mon, 09 Apr 2007 20:36:02 GMT
P3P: policyref="http://p3p.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE GOV"
Cache-Control: private
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
They can be variations in it, inthe case that there is POST form submission, for exemple.
But they mostly are for the server only, and you should not need to worry about these.
The only time I had to monitor them, was to debug an extremfully awful web app that had strange behaviour.

If you are curious, or interesed, the output of the header can be easily catched with the "live http headers" extention: http://livehttpheaders.mozdev.org/installation.html
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Reply     « Reply to What does a header mean in HTML?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20539 seconds with 12 queries