1 / 9

Including images with the img tag

Including images with the img tag. Skills : using the img tag IT concepts : none. This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License. Where does this topic fit?. Internet concepts Applications Technology Implications Internet skills

wstone
Télécharger la présentation

Including images with the img tag

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Including images with the img tag Skills: using the img tag IT concepts: none This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.

  2. Where does this topic fit? • Internet concepts • Applications • Technology • Implications • Internet skills • Application development (HTML) • Content creation

  3. Review tag, attribute and value <h1 color = “red”> attribute tag value

  4. Img – the tag to include images Attributes: src – the name and location of the image file border – the thickness of the border

  5. Examples <img src = “photo.jpg”> <img src = “subdir/photo.jpg”>

  6. The border attribute of the src tag <img src=“lucas.jpg” border = “10”> <img src=“lucas.jpg” border = “1”>

  7. A few questions

  8. What happens if you misspell the image file name? What values may the border attribute take on? What is another attribute of the src tag?

  9. Including images with the img tag Skills: using the img tag IT concepts: none This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.

More Related