our approach
|
new tutorials
|
contact us
HTML & CSS In Pictures
HTML Basics
Navigation & Layout
Interactivity
Advanced Layout
Insert graphics
In Notepad, open
chesapeake.html
.
Under the main heading, insert an
<img>
(image) tag:
<img src="graphics/chessie.gif">
Folder:
<img src="
graphics
/chessie.gif">
Graphic:
<img src="graphics/
chessie.gif
">
Save the page, then view it in the browser.
It should now look like this:
<< BACK
NEXT >>