1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Html

Discussion in 'Web Development' started by gilbertsavier, Jul 14, 2009.

  1. gilbertsavier

    gilbertsavier New Member

    Hi,
    Developed by Tim Berners-Lee in 1990, HTML is short for HyperText Markup Language and is a language used to create electronic documents, especially pages on the World Wide Web, that contain connections called hyperlinks to other pages. Below is an example of a basic web page in HTML code.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Example page</title>
    </head>
    <body>
    This is an example of a basic HTML page.
    </body>
    </html>

    _________________
    Thanks & regards
    Lokananth
     
  2. djwilson

    djwilson New Member

    Whats the point in this??
     
  3. boemboem

    boemboem New Member

    with an nothing saying charset :p