[Guide] Making A Basic Internet Page.

Discussion in 'Archives' started by Mage Tanker, Jun 8, 2010.

[Guide] Making A Basic Internet Page.
  1. Unread #1 - Jun 8, 2010 at 7:59 PM
  2. Mage Tanker
    Joined:
    May 26, 2009
    Posts:
    664
    Referrals:
    3
    Sythe Gold:
    0

    Mage Tanker Apprentice
    Banned

    [Guide] Making A Basic Internet Page.

    Hello Syther's, I am currently studying I.T and I have just completed making a website. I thought it would be a great idea to help people making or trying to create there own website with a few simple codes.

    In this process I will be using the program Notepad.

    Code:
    Step One: Open up Notepad.
    [​IMG]

    Code:
    [COLOR=orange]Step Two: Save Your Notepad file under any name, I reccomend saving it under "Index.html".[/COLOR]
     
    [COLOR=magenta]Step Three: Place in The following codes;[/COLOR]
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 transitional//En""http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <!&#8212;Author: [COLOR=yellow]Write Your Name Here[/COLOR] -->
    <!&#8212;Created: [COLOR=yellow]Write Date Of Creation Here[/COLOR] -->
    
    
    Code:
    <head>
    <title> [COLOR=yellow]Write Your Link Bar Name Here (Eg. Sythe.Org Forums{On the Blue Bar on the top of your page}[/COLOR]</title>
     
    </head>
    <center> 
     
    <body link="#FF0000"> 
    <body vlink="#0099FF">
    <body alink="#CC00FF">
    
    Code:
     
    [COLOR=red]Below here is a Border, I decided to place one in but it is your choice to keep it, if you dont not want it, just take it out.(<HR NOSHADE SIZE=10 WIDTH=100%> ) << That Part. Also feel free so change the sizes/shades etc.[/COLOR]
    <HR NOSHADE SIZE=10 WIDTH=100%> 
    [​IMG]

    Code:
    <u><strike><h1><font color = "#F88017">[COLOR=red]Place Your Main Page Title here[/COLOR]</h1></strike></u></font>
    [​IMG]
    Code:
    </br>
    <h3>
    <strike>
    <tr>
     
    <table>
     
    <tr>
    [COLOR=red](Also Borders Below.)[/COLOR]
    [IMG]http://i49.tinypic.com/2vson05.jpg[/IMG]
    
    Code:
    <table style="border-style:single; border-width:0px">
    <table style="width:9%" height="20">
    <table style="border:1px double #663366">
    
    Code:
     
    </table>
     
    </tr>
    </h3>
    <strike>
    </centre> 
     
     
    <center> 
    <IMG SRC="[COLOR=red]Place an Image here, make sure it is saved in a document to you know where to find it. Eg C:\Documents and Settings\User\My Documents\My Pictures\????.jpeg/.gif[/COLOR] "></img>
    </center> 
    </br>
     
    <body>
    <body bgcolor="#A9F5F2" text="#000000">[COLOR=red](Background colour, for others jump on, Colour coding sites and just copy and paste one in.)[/COLOR]
     
    <centre>
     
    </br>
    </br>
     
    [COLOR=red](Below is The bottom Bar Border)[/COLOR]
    <HR NOSHADE SIZE=10 WIDTH=100%>
     
     
     
     
     
     
    </html>
     
     
    

    _______________________________

    I hope it has helped you, if you would like more information feel free to contact me, PM me or add my Msn: [email protected]
     
  3. Unread #2 - Jun 9, 2010 at 9:36 PM
  4. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    [Guide] Making A Basic Internet Page.

    You need to use:

    Code:
    These boxes
    That would make this much better, although you may want to learn more before writing a guide on a subject like this.
     
  5. Unread #3 - Jun 10, 2010 at 5:57 AM
  6. meodows92
    Joined:
    Jun 8, 2009
    Posts:
    232
    Referrals:
    0
    Sythe Gold:
    0

    meodows92 Active Member

    [Guide] Making A Basic Internet Page.

    You can used Nvm to help you do your website, don't worried is free.
     
  7. Unread #4 - Jun 10, 2010 at 10:01 AM
  8. Mage Tanker
    Joined:
    May 26, 2009
    Posts:
    664
    Referrals:
    3
    Sythe Gold:
    0

    Mage Tanker Apprentice
    Banned

    [Guide] Making A Basic Internet Page.

    I Will keep that in mind, Thank You Medodows:)
     
  9. Unread #5 - Jun 16, 2010 at 12:51 PM
  10. &#1085;&#945;&#967;
    Joined:
    Dec 12, 2009
    Posts:
    678
    Referrals:
    0
    Sythe Gold:
    0

    &#1085;&#945;&#967; Apprentice
    Banned

    [Guide] Making A Basic Internet Page.

    Simply using this [Code*] [/Code] (removing *)
     
  11. Unread #6 - Feb 10, 2011 at 1:27 AM
  12. Mage Tanker
    Joined:
    May 26, 2009
    Posts:
    664
    Referrals:
    3
    Sythe Gold:
    0

    Mage Tanker Apprentice
    Banned

    [Guide] Making A Basic Internet Page.

    Bump.
     
  13. Unread #7 - Feb 11, 2011 at 3:03 PM
  14. Snobb3n
    Joined:
    Sep 8, 2009
    Posts:
    442
    Referrals:
    0
    Sythe Gold:
    0

    Snobb3n Forum Addict
    Banned

    [Guide] Making A Basic Internet Page.

    Thanks for the guide, will try this out tommorow :)
     
  15. Unread #8 - Feb 15, 2011 at 2:01 PM
  16. KerokeroCola
    Joined:
    Aug 1, 2010
    Posts:
    8,268
    Referrals:
    12
    Sythe Gold:
    14

    KerokeroCola Hero
    Retired Global Moderator KerokeroCola Donor

    [Guide] Making A Basic Internet Page.

    It's a good idea for a guide; however, I'd like to see more explanation of the HTML codes that you are using. Also, the code boxes are awkward for the BODY text. SuF's suggestion are for the HTML codes you will be pasting, not the body text explaining what they mean. I suggest taking some time to explain the basics of HTML in how to make a webpage.
     
  17. Unread #9 - Feb 15, 2011 at 6:48 PM
  18. Mage Tanker
    Joined:
    May 26, 2009
    Posts:
    664
    Referrals:
    3
    Sythe Gold:
    0

    Mage Tanker Apprentice
    Banned

    [Guide] Making A Basic Internet Page.

    I will Try and make changes to this thread, I just thought the "Code" boxes looked neater and more professional.
     
  19. Unread #10 - Feb 15, 2011 at 6:49 PM
  20. Mage Tanker
    Joined:
    May 26, 2009
    Posts:
    664
    Referrals:
    3
    Sythe Gold:
    0

    Mage Tanker Apprentice
    Banned

    [Guide] Making A Basic Internet Page.

    Your Welcome Snobb3n :)
     
  21. Unread #11 - Feb 22, 2011 at 8:16 PM
  22. D God
    Joined:
    Feb 21, 2011
    Posts:
    294
    Referrals:
    0
    Sythe Gold:
    0

    D God Forum Addict
    Banned

    [Guide] Making A Basic Internet Page.

    Nice guide even though I learned these basics in Web Design class.
    :D
     
< Legalization of Marijuana and Comparison to Alcohol Topic: | How To Make a Simple Signature On Photoshop. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site