Online Learning Applications for Technical English


Home
Syllabus
Assignments

Instructor



Exercise 3

To add images to a homepage, use the <IMG> tag as follows:
  <IMG SRC="image.jpg">

Use the HEIGHT and WIDTH attributes to control the size as necessary:

  <IMG SRC="image.jpg" HEIGHT=100>

[ Back ]