This is not homework, I am just reading to get ahead !!!!!!
I am struggling to get my images to show up when building my webpage. I know it sounds stupid, but I think it has to do with where the image is located.
CODE
<html>
<head>
<!-- Chemistry Classes Web Page
Author: your name
Date: the date
-->
<title>Mr. Dube's Chemistry Classes</title>
</head>
<body>
<p style=”text-align: center”>
<img src=”dube.jpg”
alt=”Mr. Dube's Chemistry Classes at Robert Service High School”
</p>
<ul style=”list-style-type: square”>
<li>Conceptual Chemistry: An introductory course, requiring basic
math but no algebra</li>
<li>Chemistry I: An introductory course, requiring solid algebra
skills</li>
<li>Advanced Placement Chemistry: An advanced course requiring a
grade of A or B in Chemistry I</li>
</ul>
<p>Welcome to the Robert Service High School Chemistry Web page.
Here you'll learn more about our chemistry classes and our policies.</p>
<h2>Chemistry Classes</h2>
<h2>Class Policies</h2>
<h3>Grading</h3>
<p>Homework: Homework is worth 5 to 10 points and will be given
daily. A quiz consisting of 1 or 2 homework problems from the
previous week may be given in place of homework.</p>
<p>Tests and Quizzes: Quizzes are worth 10 to 25 points and will be
given at least once a month. Tests are worth up to 100 points and
will be given three times each quarter.</p>
<p>Labs: Labs are worth 10 to 30 points and will be graded on
safety, participation, and write-up. Reports should be neatly
written or typed. Research projects will also be assigned throughout
the year.</p>
<h3>Appointments</h3>
<p>You can meet with Mr. Dube before or after school or during most
lunch hours in room H113. Do not hesitate to ask for help! It can be
very hard to catch up if you fall behind.</p>
<h3>Safety</h3>
<p>Labs are completed weekly. Because of the potential danger of any
lab exercise, you will follow the highest standards of conduct.
Misbehavior can result in dismissal from the lab.</p>
</body>
</html>
[mod edit] Why is it that people refuse to use code tags?