HTML Images

<img>
HTML Images
  • NOTE: These are also a little more complex.
  • Example: <img src="TheChirp.jpg" alt="TheChirp.com" width="102" height="132">
  • The following are all attributes:
  • src = Source File
  • alt = Alternative Text
  • width = How long the photo is
  • height = How tall the photo is
  • NOTE: This tag does not have an end tag.
More information about attributes HERE.

Comments