make on web site

Discussion in 'All other topics' started by kinel, Aug 10, 2005.

  1. kinel

    kinel Regular member

    Joined:
    Jan 4, 2003
    Messages:
    233
    Likes Received:
    0
    Trophy Points:
    26
    im new to building web sites and i thought i would ask for some help i hope i got this thread in the right forum and i hope its allowed to ask on how i do this so if any one has any info please send it in as i cant see any threads in this forum about building web pages any ideas welcome cheers
     
  2. kashifjee

    kashifjee Member

    Joined:
    Jul 18, 2005
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    11
    hi,
    You shuold have some know how about some graphics and editing tools to design and website. like adobe photo shop, fireworks etc for designing and for editing dreamweaver and frontpage are popular editing application.

    But you can develope website to edit reade made template. You can get template in front page (there are also many free and professional websites those provide templates).

    bye
    kashif
     
  3. nrautava

    nrautava Guest

    And use google... (if need help for the html code)
     
  4. fasfrank

    fasfrank Active member

    Joined:
    Oct 15, 2003
    Messages:
    3,675
    Likes Received:
    0
    Trophy Points:
    66
    You can build a webpage by simply typing the html markup in Notepad, saving it as "All files" and giving it a .html file extension:

    A simple web page:

    <html>
    <head>
    <title>Your page's title</title>
    </head>
    <body>
    Your text and images go here, between the body tags.
    </body>
    </html>

    I recommend staying away from website editors if you are serious about building webpages. You really should know a bit about what a website actually is made from and why. That is up to the individual though. I still hand code all my pages.

    Here are just a few links:

    http://www.w3schools.com/default.asp
    http://www.webpagesthatsuck.com/dailysucker/
    http://www.freewebmasterhelp.com/tutorials/beginner
    http://www.lissaexplains.com/basics.shtml

    I recommend that you use valid xhtml and css when building your site. It will be easier in the long run.
     
  5. nrautava

    nrautava Guest

    And remember:

    Start with something easy and something that u can edit and make it work with all browser (so write the code youself).
    Because I u use some program it will show diffirent way as diffrent browser (like Microsoft Office Publisher 2003)

    FIX:

    And that suck...
     
    Last edited by a moderator: Aug 13, 2005

Share This Page