First page Back Continue Last page Graphics
Using Graphics on Web Pages
Graphics on web pages are completely separate files from the HTML web page. Unlike a Word document, where the graphics are embedded and actually "live" within the document, to get a graphic on a web page, designers point to the graphic file in the HTML source code like this:
<img src="URL-of-graphic" alt="description of graphic" />
Graphics are copyrighted material and should only be used with permission.