Making your first webpage with HTML codes!

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

Making your first webpage with HTML codes!
  1. Unread #1 - Apr 18, 2008 at 6:52 PM
  2. mw_
    Referrals:
    0

    mw_ Guest

    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!
     
  3. Unread #2 - Apr 18, 2008 at 11:43 PM
  4. Unholy Cow
    Referrals:
    1

    Unholy Cow Guest

    Making your first webpage with HTML codes!

    Thanks for leeching my webpage tutorial? It even has my name there :eek:
     
  5. Unread #3 - Apr 20, 2008 at 7:51 AM
  6. SidStudios
    Joined:
    Mar 14, 2007
    Posts:
    201
    Referrals:
    0
    Sythe Gold:
    0

    SidStudios Active Member

    Making your first webpage with HTML codes!

    Lol. You poor, uneducated noobs. Try out PHP in conjunction with HTML, you'll love it.
     
  7. Unread #4 - Apr 20, 2008 at 7:53 AM
  8. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Making your first webpage with HTML codes!

    A grand combo is HTML, CSS, AJAX and possibly PHP. Does almost anything you need it for.
     
  9. Unread #5 - Apr 20, 2008 at 1:37 PM
  10. megajosh2
    Joined:
    Apr 18, 2008
    Posts:
    59
    Referrals:
    0
    Sythe Gold:
    0

    megajosh2 Member

    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!
     
  11. Unread #6 - Apr 20, 2008 at 5:40 PM
  12. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    Making your first webpage with HTML codes!

    this thread is full of fail.

    *coughs*<b> is deprecated for <strong> *coughs*
     
  13. Unread #7 - Apr 26, 2008 at 9:25 AM
  14. Faskist
    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0

    Faskist Tuxhead
    Banned

    Making your first webpage with HTML codes!

    Fuck AJAX. If I can't see it in my text browser it's not worth seeing.
     
  15. Unread #8 - Apr 26, 2008 at 10:16 AM
  16. Nite-Elve
    Referrals:
    0

    Nite-Elve Guest

    Making your first webpage with HTML codes!

    That combo is they key to life;) .
     
  17. Unread #9 - Jun 10, 2008 at 1:54 AM
  18. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    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.
     
  19. Unread #10 - Jun 10, 2008 at 2:28 AM
  20. crappy-ownage
    Joined:
    May 17, 2008
    Posts:
    132
    Referrals:
    0
    Sythe Gold:
    15

    crappy-ownage Active Member

    Making your first webpage with HTML codes!

    thanks for the tutorial on the highest web language
    and worse, you leeched it
     
  21. Unread #11 - Jul 15, 2008 at 7:05 PM
  22. 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

    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...
     
  23. Unread #12 - Jul 15, 2008 at 7:21 PM
  24. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Making your first webpage with HTML codes!

  25. Unread #13 - Jul 15, 2008 at 7:35 PM
  26. 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

    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
     
  27. Unread #14 - Jul 15, 2008 at 7:40 PM
  28. wcer2552
    Joined:
    Feb 23, 2008
    Posts:
    1,462
    Referrals:
    0
    Sythe Gold:
    0

    wcer2552 Guru
    $25 USD Donor

    Making your first webpage with HTML codes!

    thanks ill try this out
     
  29. Unread #15 - Jul 15, 2008 at 7:46 PM
  30. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Making your first webpage with HTML codes!

    I tested it on firefox and had no difference. o_O
     
  31. Unread #16 - Jul 15, 2008 at 7:52 PM
  32. 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

    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? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site