+ Reply to Thread
Results 1 to 7 of 7

Thread: Beginner's Web Site Creating Guide

  1. #1
    BLUE CREW WIZZARD is on a distinguished road WIZZARD's Avatar
    Join Date
    Jun 2009
    Location
    Where Cattle and Steer Rom Free
    Posts
    1,541
    Blog Entries
    4
    Rep Power
    2

    Default Beginner's Web Site Creating Guide

    introduction to HTML and web design. This short tutorial is aimed to give newbies a little experience in writing HTML code, saving their files correctly, and viewing the completed works in a web browser. Regrettably this tutorial cannot teach you the basics of using a computer, so please be sure that you meet the following requirements:

    * Know what notepad is and how to use it
    * Are able to open up a file using Internet Explorer (or the browser of your choice)
    * Know how to copy and paste text from a webpage (important!).

    If you are lacking the ability of the aforementioned items please contact a local geek and ask nicely for a quick lesson.

    In this tutorial you will be transcribing code into notepad and then viewing it with a web browser. The code is called HTML (Hyper Text Markup Language) and notepad is a commonly used text editor on Window PCs. HTML may seem confusing at first, but we will help you understand how it works in this step-by-step tutorial of how to make your first web page.


    To start off with copy the following HTML code into notepad. Be sure to copy the code exactly, otherwise your web page may not function correctly.

    HTML Code:
    HTML Code:
    
    <html>
    
    <head>
    </head>
    
    <body>
    
    <h2>My first webpage!</h2>
    
    </body>
    </html>

    The above code is all that is required to create a basic web page! Now save your file in notepad by selecting Menu and then Save. Click on the Save as Type drop down box and select the option All Files.

    When asked to name your file, type "index.html", without the quotes. Double check that you did everything correctly and then press save. Remember where it was saved to because you will need to open this file, soon!


    Viewing Your Web Page - Web Browsers

    To view your web page, you are going to have to use a web browser (of course). Web browsers are programs that interpret HTML, like what you have just copied into notepad, and transform that code into a visual representation, or a web page. Common web browsers include:

    * Internet Explorer
    * FireFox
    * Opera
    * Netscape Navigator - R.I.P.


    Viewing your page

    To view your web page, you must open the "index.html" file inside of a web browser. Open up another browser window and then follow these instruction.

    1. In the new browser window, select File then Open
    2. Then click Browse to enter Windows Explorer
    3. Do you remember where you file is? Good, then navigate to its location
    4. When you find your file, index.html, double-click the file to open it inside your web browser

    Success! You have just viewed your very first webpage.

    If this did not work for you, please go through the steps again and follow the directions closely. If you still can't get this to work,

    try it again....
    .

    In a perfect world, our dreams will be fulfilled. There would be no hard work or planning ahead, because everything you want would be given to you. In the real world, where we all live, rewards must be earned. The problem most people have is in the day-to-day details of accomplishment. Accomplishment takes a lot of time, sacrifice and effort, and that’s the real rub for a lot of people. But, as Abraham Lincoln once said, “The best thing about the future is that it comes one day at a time.”

  2. #2
    Member dan305 is on a distinguished road dan305's Avatar
    Join Date
    Oct 2009
    Posts
    31
    Rep Power
    0

    Thumbs up Re: Beginner's Web Site Creating Guide

    thank you wizzard, for this very useful post.... i just viewed my first web page ever!!!!

  3. #3
    day
    day is online now
    Super Moderator day is on a distinguished road day's Avatar
    Join Date
    Dec 2008
    Location
    canada
    Posts
    831
    Blog Entries
    1
    Rep Power
    2

    Default Re: Beginner's Web Site Creating Guide

    awesome post Wizzard keepem' comin'

    waiting for next installment and wondered if you will answer questions about code?

  4. #4
    day
    day is online now
    Super Moderator day is on a distinguished road day's Avatar
    Join Date
    Dec 2008
    Location
    canada
    Posts
    831
    Blog Entries
    1
    Rep Power
    2

    Default Re: Beginner's Web Site Creating Guide

    web code html 101






    Apple for the teacher
    Last edited by day; 02-12-2010 at 02:50 PM.

  5. #5
    Member dan305 is on a distinguished road dan305's Avatar
    Join Date
    Oct 2009
    Posts
    31
    Rep Power
    0

    Talking Re: Beginner's Web Site Creating Guide

    yes, i`am also looking forward to the next lesson, please?

  6. #6
    day
    day is online now
    Super Moderator day is on a distinguished road day's Avatar
    Join Date
    Dec 2008
    Location
    canada
    Posts
    831
    Blog Entries
    1
    Rep Power
    2

    Default Re: Beginner's Web Site Creating Guide

    Quote Originally Posted by dan305 View Post
    yes, i`am also looking forward to the next lesson, please?

    heyyyyy....good to see ya. coffee?

    might as well until the teacher shows up for class


  7. #7
    Member dan305 is on a distinguished road dan305's Avatar
    Join Date
    Oct 2009
    Posts
    31
    Rep Power
    0

    Default Re: Beginner's Web Site Creating Guide

    well yes day, thank you i think i will have coffee also...

+ Reply to Thread

Similar Threads

  1. Nice Work Creating New Terrorists, You Morons
    By Feedbot in forum Alternative News / Media
    Replies: 0
    Last Post: 01-09-2010, 08:12 AM
  2. Replies: 0
    Last Post: 11-04-2009, 04:25 PM
  3. User's Guide to Physical Debilitation
    By WIZZARD in forum Poetry Corner
    Replies: 0
    Last Post: 09-11-2009, 11:07 PM
  4. NOAA chief says new ocean uses creating conflicts
    By WIZZARD in forum Current Events
    Replies: 0
    Last Post: 07-21-2009, 08:48 PM
  5. Working with your angels guide
    By ricklbert in forum Spirituality / Spiritual
    Replies: 0
    Last Post: 02-16-2009, 10:00 AM

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