SlideShare a Scribd company logo
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

More Related Content

Viewers also liked

Applet
AppletApplet
Java Applet
Java AppletJava Applet
Java Applet
Athharul Haq
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
jeroenvdmeer
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
MayaLisa
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to htmlvikasgaur31
 

Viewers also liked (7)

Applet
AppletApplet
Applet
 
Java Applet
Java AppletJava Applet
Java Applet
 
Tags in html
Tags in htmlTags in html
Tags in html
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 

Katrinaramos10x10