HTML Codes needed

Discussion in 'HTML & Website Design' started by SicFounder, Apr 30, 2008.

  1. #1
    I know the basics. Bold, Italic, Underline, Linking, font size and color, big and small. But, are there any other codes I should know??
     
    SicFounder, Apr 30, 2008 IP
  2. Abuntis

    Abuntis Peon

    Messages:
    127
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    A good place to start is the CSS tutorial on w3schools.com. You will learn all about styling you page. Margins padding, borders, text align, etc etc
     
    Abuntis, Apr 30, 2008 IP
  3. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    jamesicus, Apr 30, 2008 IP
  4. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The HTML codes that I use frequently are,

    
    <html><head><title><body><link><a><p><div><span><br><meta><ul><li><ol><sup><sub><h1><h2><h3><em>
    
    Code (markup):
    and all of their closing tags.

    Of course a doctype as well would be usefull...


    There are others, but those are just the main ones I use...(i prob mist some..)

    Also the form tags,
    
    <form><fieldset><legend><label><input>
    
    Code (markup):
     
    nicangeli, Apr 30, 2008 IP
  5. hajagha

    hajagha Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    strongly recommended w3schools.com
     
    hajagha, Apr 30, 2008 IP
  6. SicFounder

    SicFounder Member

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    Thank You all. I'll check it out
     
    SicFounder, Apr 30, 2008 IP
  7. mattoZV

    mattoZV Guest

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    very important is <div>, when you make layout
     
    mattoZV, May 1, 2008 IP
  8. mktlvgkyle

    mktlvgkyle Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    mktlvgkyle, May 1, 2008 IP
  9. SicFounder

    SicFounder Member

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #9
    Ooo, thank you!
     
    SicFounder, May 3, 2008 IP