Basic HTML, please help...

Discussion in 'HTML & Website Design' started by ipunkbali, Feb 25, 2010.

  1. #1
    I have a homework that i cant figure out. can anyone help me please.. if you view it on explorer, you will see the second paragraph is all BOLD. why is this happening? thank u.


    <html>

    <head>
    <title> Assignment 2.1</title>
    </head>

    <body>
    <div id="header">
    <h1>MC Departmental Web Site Review </h1>
    <br />CA272 34125
    <br />Assignment 2.1
    <br />02/24/2010</h3>

    <hr />
    </div>

    <div id="content">
    <h2>Good Example of MC sites</h2>
    <p><strong>School of Art+Design</strong>
    <br /> Takoma Park Campus
    <br /> www.montgomerycollege.edu.com</p>
    <p>The websites design looks very artistic and professional. Layout is very clean.</p>
    <p>Page navigation on sidebar is just perfect. Easy to navigate.</p>
    <p>The site works well in different type of browsers, firefox, internet explorer and safari.</p>

    <p><strong>Science, Engineering and Math<strong>
    <br /> Rockville Campus.
    <br /> www.montgomerycollege.edu</p>
    <p>I like the site because the information I need is pretty much in there. </p>
    <p>Page navigation is easy to use. </p>
    <p>Image pictures fit the site's niche.</p>

    </div>


    <div id="footer">
    <hr />
    <p>Copyright &copy; 2010.</p>
    </div>


    </body>
    </html>
     
    ipunkbali, Feb 25, 2010 IP
  2. krsix

    krsix Peon

    Messages:
    435
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <br />02/24/2010</h3>

    Remove </h3> - not sure if that's the problem but I don't see an opening
     
    krsix, Feb 25, 2010 IP
  3. Mentalhead

    Mentalhead Active Member

    Messages:
    1,344
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    53
    #3
    <p><strong>Science, Engineering and Math<strong>
    You didn't close it like this one: :)
    <p><strong>School of Art+Design</strong>
     
    Mentalhead, Feb 25, 2010 IP
  4. dem0x7

    dem0x7 Peon

    Messages:
    81
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Interesting code :p
    But yeah, <strong>Science, Engineering and Math<strong> - just forgot the slash on the closing tag.

    <strong>Science, Engineering and Math</strong>
     
    dem0x7, Feb 25, 2010 IP
  5. jagathdesigner

    jagathdesigner Well-Known Member

    Messages:
    258
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #5
    this is the solution.................:)
     
    jagathdesigner, Feb 25, 2010 IP
  6. Rob B

    Rob B Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you try your hand at using CSS it would make things alot easier, especially finding out why things like this happen as you can set paragraph classes to have styles applied to different paragraphs and not have to use line breaks.
     
    Rob B, Feb 26, 2010 IP
  7. Earn at Home

    Earn at Home Peon

    Messages:
    240
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    you can try using w3c to validate your html
     
    Earn at Home, Feb 26, 2010 IP
  8. ipunkbali

    ipunkbali Well-Known Member

    Messages:
    276
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #8
    Thanks all. Solved!
     
    ipunkbali, Feb 26, 2010 IP
  9. xyberworks

    xyberworks Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    HTML is the hyper text markup language, to learn more about HTML, please visit the following link because you can learn HTML step bt step with some very good examples too.... The site is as follows:

    w3schools.com/html/default.asp


    :)
     
    xyberworks, Feb 26, 2010 IP
  10. akashvedi

    akashvedi Active Member

    Messages:
    224
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #10
    yEah w3schOOls is the best site for HTML.
    i lOve it.
     
    akashvedi, Feb 26, 2010 IP
  11. webdev95

    webdev95 Member

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #11
    Lots of good help here! Funny how a simple / can make such a difference!
     
    webdev95, Feb 26, 2010 IP