Search

Monday, August 31, 2015

Dreamweaver Quiz 6 Answers

1.  What is the tag you use to insert an image on your page?
A:<img src="location of img">
2.  What is the attribute that you have to add to your tag to direct the browser?  
A:<...href="url">
3.  How is an image tag different from a <p> tag or <h>  tag? 
A:We aren't adding a closing tag to the img tag.
4.  Where do you put the image tag if you want to have an image as a link?  
A:After <a href="link">
5.  Practice adding images on your page. 
A:OK 

No comments:

Post a Comment