Tags

Activity Industry Sector
Information Technology

Activity Originally Created By: Brooke Ahrens

Step 3- Using HTML code to add images

Part of Lesson Plan: Working with Images

Activity Overview / Details

It is assumed that students have already hand-coded a web page using html and are familiar with the process of creating a new document in Notepad.


The teacher should direct students to do the following while modeling:
  • Using Notepad, create a new HTML document.  Make sure to set up your document correctly as seen here: http://www.w3schools.com/tags/tag_DOCTYPE.asp
  • Inside the  <body> tag,  write 1 sentence that describes your image.
  • Now add your add  by using an image tag:
    • <img src="filename.jpg">  Remember to replace “filename.jpg” with the name of your file, and to keep the quotation marks! Use the smaller image that we just resized.
  • Preview your coding here:   http://pastehtml.com/
    • Select All, copy, and paste your code into the site to see a preview of your coding.  

Materials / Resource