Monday, August 31, 2015

Quiz 6

1.  What is the tag you use to insert an image on your page?
<img>

2.  What is the attribute that you have to add to your tag to direct the browser? 
src="imagename"
 
3.  How is an image tag different from a <p> tag or <h>  tag?
The <img> tag doesn't need a closing tag

4.  Where do you put the image tag if you want to have an image as a link? 
 Between the <a> and </a> tags
 
5.  Practice adding images on your page.  
 OK

No comments:

Post a Comment