HTML Tutorials > Day Two > Page 3

Code Example:

<p>No extra attributes:<br>
<img src="http://public.district196.org/evhs/academics/multimedia/onlineclass/html/2/img/1.jpg"></p>

<p>Scaling it wider than it should be:<br>
<img src="http://public.district196.org/evhs/academics/multimedia/onlineclass/html/2/img/1.jpg" width="400"></p>

<p>Distorting it, and aligning it to the center:<br>
<center><img src="http://public.district196.org/evhs/academics/multimedia/onlineclass/html/2/img/1.jpg" width="300" height="100"></center></p>

<p>Linking it:<br>
<a href="http://public.district196.org/evhs/"><img src="http://public.district196.org/evhs/academics/multimedia/onlineclass/html/2/img/1.jpg"></a></p>

Code Display:

No extra attributes:

Scaling it wider than it should be:

Distorting it, and aligning it to the center:

Linking it:

Conclusion

You now know some of the basics of HTML. It should make things a little bit easier to understand and appreciate when using a program like Dreamweaver. If you want to go in to more advanced training in HTML, a site I suggest to check out is www.htmlgoodies.com.

Back to Page 2


This web page created, developed, and maintained by Kyle Spahn and Mr. Krebs.