Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

MIME problem in html
(1 viewing) (1) Guest
All your queries regarding HTML will be solved in this forum
  • Page:
  • 1
TOPIC:

MIME problem in html

MIME problem in html 10 months, 1 week ago #681

  • kate
  • OFFLINE
  • Senior Boarder
  • Posts: 47
  • Karma: 0
Hey,
I am using MIME in html but I don’t know what is the use of MIME?
just give me the solution

Re: MIME problem in html 10 months, 1 week ago #682

  • manjeet
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
  • Karma: 0
When a resource is requested via the HTTP protocol, the web server sends an HTTP response consisting of one or more headers, a blank line (CR+LF) and the document body. For a web page, the body is the HTML or XHTML document, i.e., the markup we write.
The HTTP headers provide meta-information about the document. One of the most important headers is Content-Type, which informs the user agent what type of content the response body contains. It may also convey information about which character encoding it uses. For HTML, such a header can look like this:
Code: Content-Type: text/html; charset=iso-8859-1
The text/html part consists of a MIME media type name (text) and subtype name (html). The charset part is an optional attribute.
  • Page:
  • 1
Time to create page: 1.21 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download