ColorsColors
Review Image markup Important attributes BORDER, WIDTH, HEIGHT ALT, ALIGN Image link
Today’s Topic Bookmark Image Map Colors
Namede Anchors cause the anchor element to function as a bookmark in the webpage
defining and using of Named Anchor Using: ….
Reference to named anchors in other pages … News
Image Map attributes <AREA HREF="contacts.html" ALT="Contacts" TITLE="Contacts" SHAPE=RECT COORDS="6,116,97,184">
Attributes of Image Maps Shape COORDS
Using Image map <A SRC=… USEMAP = “#mapname”>
Color Defined using a hexidecimal notation The combination of Red, Green,Blue (RGB) The lowest value – 0 The highest value – 255 (hex #FF)
Combination of R, G, B ColorColor HEXColor RGB #000000rgb(0,0,0) #FF0000rgb(255,0,0) #00FF00rgb(0,255,0) #0000FFrgb(0,0,255) #FFFF00rgb(255,255,0) #00FFFFrgb(0,255,255) #FF00FFrgb(255,0,255) #C0C0C0rgb(192,192,192) #FFFFFFrgb(255,255,255)
More user-defined colors
Assignment erioid4/lab7_assign.html