Chapter 7 - Adding Images Flashcards
Scalable Vector Graphics (SVG)
a special image type that is mathematically calculated into existence
bitmapped (raster images)
images that are made up of a grid of colored pixels
external image
making a link directly to the image file
MIME type
official media type
<img></img>
adds an inline image
phrasing element
elements that stay in the flow of text, aligned with the baseline of the text, and do not cause any line breaks
replaced element
an element that is replaced by an external file when the page is displayed
non-replaced
text elements that have their content right there in the source
src=”URL”
source (location) of the image
hotlinking
linking to an image on another server
cache
a space for temporarily storing files on the hard disk
alt=”text”
alternative text
alternative text (alt text)
serves as a substitute for the image content, conveying the same information and function - used by screen readers, search engines, and graphical browsers when the image doesn’t load
null
empty
width=”number”
image width in pixels
height=”number”
image height in pixels
application
example
standalone SVG
SVG text files saved with the .svg suffix
<svg>
</svg>
an inline SVG image
inline
copy the content of the SVG file and paste it directly into the HTML document