What is the relation between HTML & Website Design?

Discussion in 'HTML & Website Design' started by subhankar, Jun 26, 2012.

  1. Histopathlab

    Histopathlab Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    You can not design your website without HTML. that means HTML is the key of web designing.
     
    Histopathlab, Jul 6, 2012 IP
  2. wemowe8230

    wemowe8230 Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    HTML is back end for Web sites which support the. And also it is web programming language to made easy.​
     
    wemowe8230, Jul 7, 2012 IP
  3. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #23
    Assume HTML to be the root of the Web
     
    mds, Jul 8, 2012 IP
  4. WebFerret

    WebFerret Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    First off you need realise HTML is not a programming language but a mark-up language. You create a document and apply HTML tags - h1 to the main headline h2, h3 for sub headlines, p for paragraphs etc.

    After marking up the page with HTML, CSS is then used to style the page, this is where most of the design work comes in.

    After HTML and CSS you will still only have a static web page, adding functionality is where JavaScript comes in. Dynamic content is the role of PHP.

    You should probably learn HTML -> CSS -> JavaScript -> PHP in that order to get a firm understanding of web design.
     
    WebFerret, Jul 10, 2012 IP