Basics of HTML

Discussion in 'Web Programming' started by Raid500, Jun 20, 2008.

Thread Status:
Not open for further replies.
Basics of HTML
  1. Unread #1 - Jun 20, 2008 at 11:21 AM
  2. Raid500
    Joined:
    Feb 11, 2007
    Posts:
    592
    Referrals:
    1
    Sythe Gold:
    0

    Raid500 Forum Addict

    Basics of HTML

    What HTML stands for?
    Hyper Text Markup Language

    What HTML is used for?
    HTML is mainly used to make websites. With HTML you will not need a program like Frontpage (costs money), all you would need is a standard notepad.

    Tutorial
    Open notepad and put in:
    Code:
    <HTML>
    
    <BODY>
    The space in between is where you would put a title for your website.

    Now you can use that code to put in some simple things, like this.

    Code:
    <HTML>
    <HEAD>
    <TITLE>Raid's HTML Guide</TITLE>
    </HEAD>
    <BODY>
    This is Raid's HTML Guide.
    </BODY>
    Copyright blah blah blah
    </HTML>
    If you would like a image in there, use this:
    Code:
    <img src="IMAGENAME.gif">
    You are only able to upload .gif and .jpg images, since they're the only ones that are recognized.

    Now if you want to add some color to your background all you would do is change the <BODY> to
    Code:
    <BODY bgcolor="HTML COLOR">
    The HTML COLOR has to be something like #NUMBERS, you can get the HTML colors here: http://www.w3schools.com/Html/html_colors.asp

    Now if you want to change the font then all you would do is this:
    Before the "This is Raid's HTML Guide." put this in:
    Code:
    <font face="FONT NAME" size="SIZE" color="HTML COLOR">
    So it would look like this:
    Code:
    <BODY>
    <font face="FONT NAME" size="SIZE" color="HTML COLOR">
    This is Raid's HTML Guide.
    </font>
    </BODY>
    Now if you want a background that is a picture you would put this:
    Code:
    background="IMAGENAME.jpg"
    AFTER
    Code:
    <BODY bgcolor="HTML COLOR" background="IMAGENAME.jpg">
    If you want a hyperlink (kind of thing) then you would do this HTML code:
    Code:
    <A HREF="mailto:  EMAIL HERE">  Click To Send E-mail  </A>
    OR YOU CAN DO THIS:
    Code:
    <A HREF="G4HQ.com">  Click Here to go to G4HQ.COM (GO THERE :P)  </A>
    Now that you have that done save the page as index.html (doesn't matter what you save it as, just that is the easiest to remember).

    Next go to www.110mb.com or www.freehostia.com and upload the page and it will then be on the internet.

    [/hide]

    Enjoy my guide.
     
  3. Unread #2 - Jun 21, 2008 at 2:36 AM
  4. root
    Joined:
    Sep 29, 2007
    Posts:
    92
    Referrals:
    0
    Sythe Gold:
    0

    root Member
    Banned

    Basics of HTML

    Eww!
    Learn to use programming with strict rules.

    Always, always lowercase HTML variables. It's the proper way to use xhtml.
     
  5. Unread #3 - Jun 21, 2008 at 8:27 AM
  6. 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

    Basics of HTML

    wow, you know one rule of XHTML.. good for you.
     
  7. Unread #4 - Jun 21, 2008 at 11:33 PM
  8. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Basics of HTML

    o_O. He said HTML, not XHTML, for one, and for 2 use CSS. It is a nice tut, most is correct, however, I would advise showing the CSS reciprocal, instead of using markup text.
     
  9. Unread #5 - Jun 22, 2008 at 1:04 AM
  10. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    Basics of HTML

    There we go, most fails have been picked out.
     
  11. Unread #6 - Jun 22, 2008 at 1:10 AM
  12. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Basics of HTML

    As mentioned Mat, it's not XHTML, as he stated it is an HTML guide. In which, HTML really has no rules of standards. It's a crappy markup language.

    Granted, that only narrows it to about 4 errors XD.
     
  13. Unread #7 - Jun 22, 2008 at 4:22 AM
  14. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    Basics of HTML

    HTML has the same standards as most of xHTML, which includes the use of CSS to seperate the presentation from the content, which is only logical. So the errors are still there as it provides better functionality to the site as well.
     
  15. Unread #8 - Jul 7, 2008 at 12:21 AM
  16. xxthebeastxx
    Joined:
    May 17, 2008
    Posts:
    1,680
    Referrals:
    1
    Sythe Gold:
    0

    xxthebeastxx Guru
    Banned

    Basics of HTML

    I have no idea how to code anything, I know a few cmd commands, and this guide was helpful because I want to know SOMETHING
     
  17. Unread #9 - Jul 7, 2008 at 1:46 PM
  18. ignas2526
    Joined:
    May 27, 2007
    Posts:
    289
    Referrals:
    0
    Sythe Gold:
    0

    ignas2526 Forum Addict
    Banned

    Basics of HTML

    I am good ant html, i can create whole page using notepad whiteout checking result, just write it whiteout checking how it looks ore any online tuts. :p BUT I WANA CREATE MACROSSS and i have no #*@& idea how to do wt ;(
     
  19. Unread #10 - Jul 7, 2008 at 2:48 PM
  20. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Basics of HTML

    Well, just because you can make some tables and links without looking doesn't mean you can make a macro.

    HTML isn't a programming language. If you're looking to make applications (not web applications, but even then) you won't be able to get far with HTML.

    I don't know what language macros are written in, but you could learn say, Delphi or Java? Those are powerful, and can help you make the macros you want to make.
     
  21. Unread #11 - Jul 7, 2008 at 4:24 PM
  22. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Basics of HTML

    I'd say C and C++ would be good to write macros in as well. But I'd imagine a Java one would be extremely powerful for runescape (considering you need the click functions and such)
     
  23. Unread #12 - Jul 15, 2008 at 12:47 AM
  24. spunjungle
    Joined:
    Jun 8, 2007
    Posts:
    719
    Referrals:
    0
    Sythe Gold:
    0

    spunjungle Apprentice

    Basics of HTML

    thanks heaps that helped me with my site im making. vouch!
     
  25. Unread #13 - Jul 15, 2008 at 4:44 PM
  26. ignas2526
    Joined:
    May 27, 2007
    Posts:
    289
    Referrals:
    0
    Sythe Gold:
    0

    ignas2526 Forum Addict
    Banned

    Basics of HTML

    Dont wana blame you, but what tutorial for guys who already have basic knowledge in html.
     
  27. Unread #14 - Jul 15, 2008 at 6:58 PM
  28. 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

    Basics of HTML

    i wrote a much better HTML tut.... o_O
     
  29. Unread #15 - Jul 17, 2008 at 3:05 PM
  30. ignas2526
    Joined:
    May 27, 2007
    Posts:
    289
    Referrals:
    0
    Sythe Gold:
    0

    ignas2526 Forum Addict
    Banned

    Basics of HTML

    Well nvm, check out my tut, tut includes Images, HTML program,
    and in tut is not how to quick learn all HTML code, but how to find html code!
    You dont need to know all HTML tags! ;) check it out!
    http://rsbot.com/smf/index.php?topic=5906.0
     
  31. Unread #16 - Jul 18, 2008 at 10:07 AM
  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

    Basics of HTML

    stop fucking advitising that shit guide. PLEASE.
     
  33. Unread #17 - Aug 6, 2008 at 3:12 AM
  34. Evan_Duh2
    Joined:
    Jun 19, 2007
    Posts:
    958
    Referrals:
    1
    Sythe Gold:
    0

    Evan_Duh2 Apprentice
    Banned

    Basics of HTML

    Haha thanks TDD. :D
     
  35. Unread #18 - Aug 20, 2008 at 5:26 PM
  36. rorofo
    Joined:
    Aug 3, 2008
    Posts:
    108
    Referrals:
    0
    Sythe Gold:
    0

    rorofo Active Member
    Banned

    Basics of HTML

    Thank's for it.
     
  37. Unread #19 - Aug 20, 2008 at 5:34 PM
  38. Phaethon42
    Referrals:
    0

    Phaethon42 Guest

    Basics of HTML

    Eww. Maybe if this was posted in the early 90's it would make you look good, but now, this is just stupid. TDD pointed out most of your problems, but YUCK. Old, shitty, and depreciated all come to mind. Did you read the table of contents of a 10 year old book on html or something?
     
  39. Unread #20 - Aug 20, 2008 at 5:44 PM
  40. 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

    Basics of HTML

    *sigh* Another dead topic has been gravedug.

    To anyone who reads this, check the post date of the person before you - if the date is more than (or equal to) two weeks ago, then it's considered a dead topic, don't post.
     
< Programming Job | [PHP] Help Pl0x :S >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site