Adblock breaks this site

Making your first webpage with HTML codes!

Discussion in 'Web Programming' started by mw_, Apr 18, 2008.

  1. mw_

    mw_ Guest

    Referrals:
    0
    Making your first webpage with HTML codes!

    Ok today you will learn how to make a Web Page (a shitty one)..

    First Open: Notepad or any Text Editor

    Copy and paste this code

    Code:
    <html>
    <head>
    <title>Tutorial by Unholy Cow</title>
    </head>
    <body>
    This is my first homepage. <b>Unholy Cow is Bold</b>
    </body>
    </html>

    So what does this code mean?

    Ok heres how it works..

    <html> ----- This defines it as a html file
    <head> ----- This defines the page at the top like toolbar
    <title> ------ Putting text between here will change the title of the page
    <body> ----- This is the body of the paragraph or where you will write.
    <b> This calls the page to make text between here bold.


    Now remember for every code you write remember to finish it off with </>

    Like BBCode.

    Now edit the code, like this

    Code:
    <html>
    <head>
    <title>Edit Here!</title>
    </head>
    <body>
    Edit here!. <b>Edit Here!</b>
    </body>
    </html>
    Then save the file as a [.html] extension.

    congratz u made a webpage!
     
  2. Unholy Cow

    Unholy Cow Guest

    Referrals:
    1
    Making your first webpage with HTML codes!

    Thanks for leeching my webpage tutorial? It even has my name there :eek:
     
  3. SidStudios

    SidStudios Active Member

    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0
    Making your first webpage with HTML codes!

    Lol. You poor, uneducated noobs. Try out PHP in conjunction with HTML, you'll love it.
     
  4. Swan

    Swan When They Cry...
    Retired Global Moderator

    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner
    Making your first webpage with HTML codes!

    A grand combo is HTML, CSS, AJAX and possibly PHP. Does almost anything you need it for.
     
  5. megajosh2

    megajosh2 Member

    Joined:
    Apr 18, 2008
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0
    Making your first webpage with HTML codes!

    I can't think of anything better than that combination for displaying web content. JavaScript is just annoying, with its popup boxes and its moving the screen and stupid shit like that...

    EDIT: MW YOU FUCKING UBERLEECHER!
     
  6. TDD

    TDD Web Design Expert
    Do Not Trade

    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0
    Making your first webpage with HTML codes!

    this thread is full of fail.

    *coughs*<b> is deprecated for <strong> *coughs*
     
  7. Faskist

    Faskist Tuxhead
    Banned

    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0
    Making your first webpage with HTML codes!

    Fuck AJAX. If I can't see it in my text browser it's not worth seeing.
     
  8. Nite-Elve

    Nite-Elve Guest

    Referrals:
    0
    Making your first webpage with HTML codes!

    That combo is they key to life;) .
     
  9. Deacon Frost

    Deacon Frost Grand Master
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57
    Making your first webpage with HTML codes!

    Uhm, understand javascript before you bash on it? Kthxbai:

    http://downstage.tv/pgenerator/

    Epic Failure.


    EDIT: The best combination is XHTML, CSS, PHP, JS, and maybe some AS.

    With those, the pages will glow with awesomeness :p.
     
  10. crappy-ownage

    crappy-ownage Active Member

    Joined:
    May 17, 2008
    Posts:
    132
    Referrals:
    0
    Sythe Gold:
    15
    Making your first webpage with HTML codes!

    thanks for the tutorial on the highest web language
    and worse, you leeched it
     
  11. SuF

    SuF Legend
    Pirate Retired Global Moderator

    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
    Making your first webpage with HTML codes!

    Sorry, but you are wrong. <b> is not deprecated. <b> and <strong> do diffrent things... Try it out...
     
  12. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Making your first webpage with HTML codes!

  13. SuF

    SuF Legend
    Pirate Retired Global Moderator

    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
    Making your first webpage with HTML codes!

    no they don't! They are both valid with XHTMl. Go check that on

    http://validator.w3.org/... both r fine.

    and heres a pic

    [​IMG]


    "<b> is not deprecated." quote from 1 website you said

    "The <b> and <i> tags are for visual markup, meaning that they are purely for visual presentation (what you see with your eyes).

    The <strong> and <em> tags are used for emphasis, and are also referred to as phrase elements. The browser renders <strong> the same as <b> and <em> the same as <i>, as mentioned above. " another quote from 2nd site.

    i knew that there was a diffrent, could not remember here it is.

    "Actually <b> has not been deprecated. It is still listed in the XHTML1.1 DTD and that is a strict DTD which doesn't contains any deprecated elements or tags." quote from thrid website. :)

    So there should be a display diffrence between them. IE has a diffrence... FF has a diffrence... i dunno what broswer you are using... o_O
     
  14. wcer2552

    wcer2552 Guru
    $25 USD Donor

    Joined:
    Feb 23, 2008
    Posts:
    1,462
    Referrals:
    0
    Sythe Gold:
    0
    Making your first webpage with HTML codes!

    thanks ill try this out
     
  15. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    Making your first webpage with HTML codes!

    I tested it on firefox and had no difference. o_O
     
  16. SuF

    SuF Legend
    Pirate Retired Global Moderator

    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
    Making your first webpage with HTML codes!

    shit, i had one uppercased. :O... well then, idk... :p... you can use either though... :)
     
< MySpace Help Thread | SQL errors, Cannot execute sql code? >


 
 
Adblock breaks this site