SlideShare a Scribd company logo
1 of 10
HTML 5
<image tag>
What is it?

<img src=“url”>
Function
<img src=“hamster.jpg”>
Attribute 1
                    alt
      <img src=“hamster.jpg”
    alt=“Picture of a hamster.”>
-   Turn off images
-   Search engine bots
-   Visually impaired
-   Be as descriptive as possible
Attribute 2
                     size
  <img src=“hamster.jpg”
width=“250” height=“300”
alt=“Picture of a hamster.”>
- You can resize your image via free transform on Dreamweaver
Attribute 3
      image as a link
<a href=“www.hamster.com”>
<img src=“hamster.jpg”/></a>
- Makes your webpage more interesting
- Looks professional
- Convenient
pethamstercare.com
humanesociety.org

Katrinaramos10x10