newbie question

Discussion in 'HTML & Website Design' started by Chr1ssst0pher, Dec 6, 2007.

  1. #1
    People, tell me please, If I know almost nothing about code. What to start from?
    Would it be right to start in such way HTML-->CSS-->Java Script--> PHP???
     
    Chr1ssst0pher, Dec 6, 2007 IP
  2. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #2
    Yes :)

    HTML+CSS are the basis of a website. JS and other languages make it more fancy. Databases called upon by a server side language such as php will make a website dynamic.

    Start with HTML+CSS, they are pretty easy to learn. Check out w3schools to start, it's a great site to start learning any language. Although I would recomend learning to code XHTML strict so that your website keeps to todays standards.
     
    twistedspikes, Dec 6, 2007 IP
  3. Chr1ssst0pher

    Chr1ssst0pher Peon

    Messages:
    564
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <gratitude>
    <head>
    <title>wanna thank you<title>
    </head>
    <body>
    <h1>Thank you</h1>

    <p>Thank you <b>twistedspikes</b> </p>
    <a href="http://forums.digitalpoint.com/showthread.php?t=590121"> link to read "thank you" post</a>

    </body>

    </gratitude>
     
    Chr1ssst0pher, Dec 6, 2007 IP
    twistedspikes likes this.
  4. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #4
    lol :)

    Well done. Gotta give you rep for that :p lol it made me laugh.
     
    twistedspikes, Dec 6, 2007 IP