Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Whats Does This Code Mean???
Closed Thread
Old 06-11-2005, 07:34 PM   #1 (permalink)
 
Newb Techie

Join Date: Sep 2004

Posts: 49

s0M30n3

Default Whats Does This Code Mean???

hi, i was just wondering wot this line of html code actually does. thanks.

<meta http-equiv="Content-Type" content="text/html;">
s0M30n3 is offline  
Old 06-12-2005, 07:05 AM   #2 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

it just says that the webpage is written in text/html. or more specificly the content type is text/html. you could be more specific and also specify things like the character set used etc...
fitzjj is offline  
Old 06-15-2005, 10:09 PM   #3 (permalink)
 
Super Techie

Join Date: Feb 2005

Posts: 262

jinexile

Default

You should also note that this is ignored in some browsers, most popular example is firefox... if your server is serving your .html files as text/plain but your .html has that statement in it. IE will render it as html, however, Firefox will render it as plain text (showing your code rather than the page.) This is up to the web host to configure the mime types properly.
__________________
AMD Athlon 64 3000+ (Overclocked to 3300+)
ASUS K8V-Deluxe
1GB PC3200 DDR
2x200GB Seagate SATA RAID 0
BFG 6800GT OC w\\128MB Ram
2x 19\" Samsung 930B LCDs
jinexile is offline  
 
Closed Thread

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

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