SlideShare a Scribd company logo
1 of 16
Chapter 4: iframes &
Image Maps
Web Design & Development
4. Students will analyze and create unique
features in HTML by:
• Inserting iframes into a website by using its
elements and attributes
• Creating at least one type of image map on a
website
• Writing coding for at least one type of image map
on a website using its elements and attributes
• Using Microsoft Paint to determine coordinates for
at least one type of image map shape
• Defining key terms used in the chapter.
Iframes
Used to
display a
website
within a
webpage
• <iframe></iframe
• Paired element
• Attribute: src
• URL of website
<iframe src=“http:google.com” width=“600”
hieght=“600” frameborder=“3”
frame></iframe>
(see example on next page with banners…
Image Maps (Hot Spots)
One image
with multiple
“clickable
areas”
Image Maps (Hot Spots)
• Need two objects:
1. An image with distinct areas to
click on
2. Markup to map the different
regions to the urls
Image Maps elements
• <map></map>: holds the map
information
• <area />: links specific parts of
map to URLs
• <img />: sets the picture
Map Attributes
• name: identifies the map
• value of name should match value
of usemap in <img /> element
Area Attributes
• shape: specifies the shape of
region (rect, circle, poly [triange or
polygon])
• coords: defines the region’s
coordinates
Break down of Coords:
• Rect: left, right, top & bottom
points
• Circle: x and y point on circle as
well as radius
• Poly: x and y coordinates for every
vertex in the polygon
Area Attributes
• href: specifies the URL
• alt: must be used to identify image
• title: provides a screen tip
<img src="Pics/park.jpg" width="300" height="200"
usemap="#park" border="0"/>
<map name="park" />
<area shape="rect" coords="190,67,197,195"
href="http://www.stillmanvalley.org"
title="SVSHS" alt="SwingSet Website"
target="_blank" />
<area shape="rect" coords="56,108,45,0"
href="http://www.google.com" title="Google"
alt="Horses" target="_blank" />
<area shape="rect" coords="258,136,256,4"
href="http://www.yahoo.com" title="Yahoo"
alt="Horses" target="_blank" />
</map>
Determining Coords in Paint
Place your
cursor on the
spot on the
picture:
• X1—190
• Y1—(60)
Determining Coords in Paint
To determine the
bottom X2 & Y2,
move your cursor
straight down
from the picture to
the bottom line.
These will be your
coords for:
• X2—199
• Y2—198
Chapter 4: iframes &
Image Maps
Web Design & Development

More Related Content

Similar to Chapter 4 class power point

Web forms and html lecture Number 2
Web forms and html lecture Number 2Web forms and html lecture Number 2
Web forms and html lecture Number 2Mudasir Syed
 
Sadielai10x10presentation
Sadielai10x10presentationSadielai10x10presentation
Sadielai10x10presentationsadielai
 
Std 10 Computer Chapter 3 Handling Images in HTML (Part 2)
Std 10 Computer Chapter 3 Handling Images in HTML (Part 2)Std 10 Computer Chapter 3 Handling Images in HTML (Part 2)
Std 10 Computer Chapter 3 Handling Images in HTML (Part 2)Nuzhat Memon
 
CKEditor Widgets with Drupal
CKEditor Widgets with DrupalCKEditor Widgets with Drupal
CKEditor Widgets with DrupalRanel Padon
 
Advanced Custom Fields: Amazing Possibilities and Irritating Limitations
Advanced Custom Fields: Amazing Possibilities and Irritating LimitationsAdvanced Custom Fields: Amazing Possibilities and Irritating Limitations
Advanced Custom Fields: Amazing Possibilities and Irritating LimitationsEast Bay WordPress Meetup
 
Web forms and html (lect 2)
Web forms and html (lect 2)Web forms and html (lect 2)
Web forms and html (lect 2)Salman Memon
 
Html5workshop
Html5workshopHtml5workshop
Html5workshopshiv3110
 
Picture Perfect: Images for Coders
Picture Perfect: Images for CodersPicture Perfect: Images for Coders
Picture Perfect: Images for CodersKevin Gisi
 
CSS for basic learner
CSS for basic learnerCSS for basic learner
CSS for basic learnerYoeung Vibol
 
New CSS Meets the Real World
New CSS Meets the Real WorldNew CSS Meets the Real World
New CSS Meets the Real WorldRachel Andrew
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Prothangqd
 
Images meet Web
Images meet WebImages meet Web
Images meet Web傑倫 鍾
 

Similar to Chapter 4 class power point (20)

Web forms and html lecture Number 2
Web forms and html lecture Number 2Web forms and html lecture Number 2
Web forms and html lecture Number 2
 
Image Mapping.pptx
Image Mapping.pptxImage Mapping.pptx
Image Mapping.pptx
 
Sadielai10x10presentation
Sadielai10x10presentationSadielai10x10presentation
Sadielai10x10presentation
 
Std 10 Computer Chapter 3 Handling Images in HTML (Part 2)
Std 10 Computer Chapter 3 Handling Images in HTML (Part 2)Std 10 Computer Chapter 3 Handling Images in HTML (Part 2)
Std 10 Computer Chapter 3 Handling Images in HTML (Part 2)
 
Material Design Android
Material Design AndroidMaterial Design Android
Material Design Android
 
CKEditor Widgets with Drupal
CKEditor Widgets with DrupalCKEditor Widgets with Drupal
CKEditor Widgets with Drupal
 
Css sprite
Css spriteCss sprite
Css sprite
 
Advanced Custom Fields: Amazing Possibilities and Irritating Limitations
Advanced Custom Fields: Amazing Possibilities and Irritating LimitationsAdvanced Custom Fields: Amazing Possibilities and Irritating Limitations
Advanced Custom Fields: Amazing Possibilities and Irritating Limitations
 
Web forms and html (lect 2)
Web forms and html (lect 2)Web forms and html (lect 2)
Web forms and html (lect 2)
 
M02 un07 p02
M02 un07 p02M02 un07 p02
M02 un07 p02
 
3. react - native: component
3. react - native: component3. react - native: component
3. react - native: component
 
Linking
LinkingLinking
Linking
 
Html5workshop
Html5workshopHtml5workshop
Html5workshop
 
Chapter4
Chapter4Chapter4
Chapter4
 
Picture Perfect: Images for Coders
Picture Perfect: Images for CodersPicture Perfect: Images for Coders
Picture Perfect: Images for Coders
 
CSS for basic learner
CSS for basic learnerCSS for basic learner
CSS for basic learner
 
New CSS Meets the Real World
New CSS Meets the Real WorldNew CSS Meets the Real World
New CSS Meets the Real World
 
Html 5
Html   5Html   5
Html 5
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro
 
Images meet Web
Images meet WebImages meet Web
Images meet Web
 

More from cmurphysvhs

Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barrierscmurphysvhs
 
Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barrierscmurphysvhs
 
Unit 1 chapter 3 trade barriers
Unit 1 chapter 3 trade barriersUnit 1 chapter 3 trade barriers
Unit 1 chapter 3 trade barrierscmurphysvhs
 
Chapter 3 power point
Chapter 3 power pointChapter 3 power point
Chapter 3 power pointcmurphysvhs
 
Chap 2 class notes
Chap 2 class notesChap 2 class notes
Chap 2 class notescmurphysvhs
 
Acct chapter 15 class presentation
Acct chapter 15 class presentationAcct chapter 15 class presentation
Acct chapter 15 class presentationcmurphysvhs
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentationcmurphysvhs
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentationcmurphysvhs
 
Chapter 3 class power point
Chapter 3 class power pointChapter 3 class power point
Chapter 3 class power pointcmurphysvhs
 
Chapter 3 class power point
Chapter 3 class power pointChapter 3 class power point
Chapter 3 class power pointcmurphysvhs
 
Chapter 13 power point presentation
Chapter 13 power point presentationChapter 13 power point presentation
Chapter 13 power point presentationcmurphysvhs
 
Chapter 2 class power point
Chapter 2 class power pointChapter 2 class power point
Chapter 2 class power pointcmurphysvhs
 
Chapter 3 class presentation
Chapter 3 class presentationChapter 3 class presentation
Chapter 3 class presentationcmurphysvhs
 
Chapter 1 Class PP Notes
Chapter 1 Class PP NotesChapter 1 Class PP Notes
Chapter 1 Class PP Notescmurphysvhs
 
Chapter 12 Class Power Point
Chapter 12 Class Power PointChapter 12 Class Power Point
Chapter 12 Class Power Pointcmurphysvhs
 
WDD Chapter 1 class pp notes
WDD Chapter 1 class pp notesWDD Chapter 1 class pp notes
WDD Chapter 1 class pp notescmurphysvhs
 

More from cmurphysvhs (20)

Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriers
 
Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriers
 
Unit 1 chapter 3 trade barriers
Unit 1 chapter 3 trade barriersUnit 1 chapter 3 trade barriers
Unit 1 chapter 3 trade barriers
 
Chapter 3 power point
Chapter 3 power pointChapter 3 power point
Chapter 3 power point
 
Chap 2 class notes
Chap 2 class notesChap 2 class notes
Chap 2 class notes
 
Acct chapter 17
Acct chapter 17Acct chapter 17
Acct chapter 17
 
Acct chapter 16
Acct chapter 16Acct chapter 16
Acct chapter 16
 
Acct chapter 15 class presentation
Acct chapter 15 class presentationAcct chapter 15 class presentation
Acct chapter 15 class presentation
 
Acct chapter 14
Acct chapter 14Acct chapter 14
Acct chapter 14
 
Acct chapter 14
Acct chapter 14Acct chapter 14
Acct chapter 14
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentation
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentation
 
Chapter 3 class power point
Chapter 3 class power pointChapter 3 class power point
Chapter 3 class power point
 
Chapter 3 class power point
Chapter 3 class power pointChapter 3 class power point
Chapter 3 class power point
 
Chapter 13 power point presentation
Chapter 13 power point presentationChapter 13 power point presentation
Chapter 13 power point presentation
 
Chapter 2 class power point
Chapter 2 class power pointChapter 2 class power point
Chapter 2 class power point
 
Chapter 3 class presentation
Chapter 3 class presentationChapter 3 class presentation
Chapter 3 class presentation
 
Chapter 1 Class PP Notes
Chapter 1 Class PP NotesChapter 1 Class PP Notes
Chapter 1 Class PP Notes
 
Chapter 12 Class Power Point
Chapter 12 Class Power PointChapter 12 Class Power Point
Chapter 12 Class Power Point
 
WDD Chapter 1 class pp notes
WDD Chapter 1 class pp notesWDD Chapter 1 class pp notes
WDD Chapter 1 class pp notes
 

Recently uploaded

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 

Recently uploaded (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 

Chapter 4 class power point

  • 1. Chapter 4: iframes & Image Maps Web Design & Development
  • 2. 4. Students will analyze and create unique features in HTML by: • Inserting iframes into a website by using its elements and attributes • Creating at least one type of image map on a website • Writing coding for at least one type of image map on a website using its elements and attributes • Using Microsoft Paint to determine coordinates for at least one type of image map shape • Defining key terms used in the chapter.
  • 4. • <iframe></iframe • Paired element • Attribute: src • URL of website <iframe src=“http:google.com” width=“600” hieght=“600” frameborder=“3” frame></iframe> (see example on next page with banners…
  • 5.
  • 6. Image Maps (Hot Spots) One image with multiple “clickable areas”
  • 7. Image Maps (Hot Spots) • Need two objects: 1. An image with distinct areas to click on 2. Markup to map the different regions to the urls
  • 8. Image Maps elements • <map></map>: holds the map information • <area />: links specific parts of map to URLs • <img />: sets the picture
  • 9. Map Attributes • name: identifies the map • value of name should match value of usemap in <img /> element
  • 10. Area Attributes • shape: specifies the shape of region (rect, circle, poly [triange or polygon]) • coords: defines the region’s coordinates
  • 11. Break down of Coords: • Rect: left, right, top & bottom points • Circle: x and y point on circle as well as radius • Poly: x and y coordinates for every vertex in the polygon
  • 12. Area Attributes • href: specifies the URL • alt: must be used to identify image • title: provides a screen tip
  • 13. <img src="Pics/park.jpg" width="300" height="200" usemap="#park" border="0"/> <map name="park" /> <area shape="rect" coords="190,67,197,195" href="http://www.stillmanvalley.org" title="SVSHS" alt="SwingSet Website" target="_blank" /> <area shape="rect" coords="56,108,45,0" href="http://www.google.com" title="Google" alt="Horses" target="_blank" /> <area shape="rect" coords="258,136,256,4" href="http://www.yahoo.com" title="Yahoo" alt="Horses" target="_blank" /> </map>
  • 14. Determining Coords in Paint Place your cursor on the spot on the picture: • X1—190 • Y1—(60)
  • 15. Determining Coords in Paint To determine the bottom X2 & Y2, move your cursor straight down from the picture to the bottom line. These will be your coords for: • X2—199 • Y2—198
  • 16. Chapter 4: iframes & Image Maps Web Design & Development