Hi everybody,
First off, I’m an absolute beginner in html. I actually started yesterday. I found this website and started reading through the tutorials that are extremely helpful. I got everything so far, but when they asked us to add an image, I tried to follow the following markup, using my picture instead but it didn’t display on my webpage.
<h2>Welcome to our super-dooper Scuba site</h2>
<p><img src=“divers-circle.jpg” width=“200” height=“162”
alt=“A circle of divers practice their skills”/></p>
<p>Glad you could drop in and share some air with us! You’ve
passed your underwater navigation skills and successfully
found your way to the start point - or in this case, our home
page.</p>
It’s the alt attribute that I don’t understand. How can It add it so that my pic display on my web page. I’m using a Mac OS as a system and Firefox as a browser.
Thanks in advance