code inquiry

Discussion in 'Computers and The Internet' started by rak, Jan 27, 2014.

  1. rak

    rak Senior Member

    Messages:
    1,298
    Likes Received:
    13
    Help, at Codeacademy, I was asked to:


    Good Head on your Shoulders
    Before we move on, it is important to note that every good <body> has a good <head> attached. The <head> wraps around all of the information that isn't directly shown on the page, like the <style> element or the <title> element.


    So, I did this, and do not know why the Website consideres that to be wrong. Anyone know what the Problem is?????

    <h1>Eric</h1>
    <h2>Bio</h2>

    <p>I am a Political Analyst, Philosopher, and Poet</p>
    <input type="email">
    <input type="submit">
    <placeholder="eric@yahoo.com">
    <style>body{text-align:center;}body{text-align:center;}h2{text-align:center;}<body></body>
    </style><head></head>
    <body>{text-align:center;b}</body>
    <head><style>body{text-align:center;}
    <style></head><body>...
     
  2. sunfighter

    sunfighter Hip Forums Supporter HipForums Supporter

    Messages:
    3,814
    Likes Received:
    292
    Many things are wrong. The stuff at the top belongs in the body. There should only be one head, and it should come first. Don't you have some examples to study?
     
  3. rak

    rak Senior Member

    Messages:
    1,298
    Likes Received:
    13
    Nah, I do not have examples, which would recommend for that?
     
  4. sunfighter

    sunfighter Hip Forums Supporter HipForums Supporter

    Messages:
    3,814
    Likes Received:
    292
    Wow, you haven't even tried. There are these things called books and Google. Also, any browser can show you the source code for almost any web page you look at.

    Look here

    http://www.w3schools.com/html/
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice