Micro Niche Builder
Closed Thread
Results 1 to 8 of 8

Thread: Standard Webpage

  1. #1

    Default Standard Webpage

    This is the template of a webpage that meets up to the qualifications of a "standard" web document (HTML 4.0 Strict).

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
      <head>
        <title>My page</title>
        <meta name="description" content="This site is my blog for ...">
        <meta name="keywords" content="golf,blog,writing,articles,sports">
      </head>
      <body>
        <p>
          <img src="images/myimage.png" alt="Alternative text" title="Image title">
        </p>
      </body>
    </html>
    Go to http://www.w3.org/TR/REC-html40/sgml/dtd.html to read more about the HTML 4 Document Type Definition (DTD).

  2. The Following 2 Users Say Thank You to mburt For This Useful Post:

    Kay (02-28-2009), viraj_zaveri (05-04-2009)


  3. SEO Software

  4. #2
    PromoJunkie Staff Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay has a reputation beyond repute Kay's Avatar
    Join Date
    Dec 2008
    Location
    US
    Posts
    2,055
    Thanks
    158
    Thanked 187 Times in 131 Posts
    Blog Entries
    11

    Default

    Handy! Thanks, Mike, that's useful. A great starting point indeed for newcomers wanting to go for it and build their own site from scratch.

    Please press the "Thanks" Button in posts you like, don't post to say "Thanks".

  5. #3
    Master Apprentice Handsome is on a distinguished road Handsome's Avatar
    Join Date
    Feb 2009
    Location
    Multan/Pakistan
    Posts
    2,040
    Thanks
    317
    Thanked 134 Times in 107 Posts
    Blog Entries
    5

    Default

    Sorry mburt i amconfuse what does your post mean?

    it is just html code nothing special


    plz explain you post

  6. #4

    Arrow

    Quote Originally Posted by mburt View Post
    This is the template of a webpage that meets up to the qualifications of a "standard" web document (HTML 4.0 Strict).

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
      <head>
        <title>My page</title>
        <meta name="description" content="This site is my blog for ...">
        <meta name="keywords" content="golf,blog,writing,articles,sports">
      </head>
      <body>
        <p>
          <img src="images/myimage.png" alt="Alternative text" title="Image title">
        </p>
      </body>
    </html>
    Go to HTML 4 Document Type Definition to read more about the HTML 4 Document Type Definition (DTD).
    hi.....
    i read your whole HTML code....
    but for what the purpose you have sent it...
    can you tell actually what you want to show by your posting....
    please clear my problem....
    .........CLEAR ME.......

  7. #5
    Fulltime Member viraj_zaveri is on a distinguished road viraj_zaveri's Avatar
    Join Date
    Apr 2009
    Location
    GUJARAT,INDIA
    Posts
    744
    Thanks
    192
    Thanked 44 Times in 42 Posts

    Default

    Quote Originally Posted by donald View Post
    hi.....
    i read your whole HTML code....
    but for what the purpose you have sent it...
    can you tell actually what you want to show by your posting....
    please clear my problem....
    .........CLEAR ME.......
    You should know HTML thoroughly for understanding this thing.

    It will take time but you will get it.
    BY the way it's written that it's for template of web.

  8. #6

    Default

    Nothing special is there...
    Can you describe what you post??

  9. #7
    Junior Member alibaba-clone is on a distinguished road alibaba-clone's Avatar
    Join Date
    Dec 2009
    Location
    Johannesburg, South Africa
    Posts
    92
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    very useful share for beginners.. i appreciate ur share..

  10. #8

    Default

    Yes, from close look that does appear to be correct. Why?

Closed Thread

Similar Threads

  1. Attractive webpage with notepad ?
    By learn2earn in forum Design and Development
    Replies: 27
    Last Post: 07-08-2011, 12:05 AM
  2. Standard Banner sizes resource
    By Kay in forum Graphics
    Replies: 0
    Last Post: 01-23-2009, 09:01 PM
  3. How to know whether google has crawled my webpage?
    By learn2earn in forum Pay Per Click (PPC)
    Replies: 3
    Last Post: 01-19-2009, 08:55 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts