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 © 2010.</p> </div> </body> </html>
<p><strong>Science, Engineering and Math<strong> You didn't close it like this one: <p><strong>School of Art+Design</strong>
Interesting code But yeah, <strong>Science, Engineering and Math<strong> - just forgot the slash on the closing tag. <strong>Science, Engineering and Math</strong>
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.
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