Post date: Oct 5, 2010 3:45:47 PM
Samples for filling in blanks:
HTML is an abbreviation for ___________________________________.
<br> tag in HTML is used to _________________________________.
Samples for multi-choice questions:
What is the correct HTML for inserting an image? ( )
a. <img href="image.gif>
b. <image src="image.gif">
c. <img>image.gif</img>
d. <img src="image.gif">
Samples for programming part:
Assume you want to add an online picture to your HTML file with fixed size width 200 and height 300, and the url of the picture is "http://aaa.com/abd.jpeg". Write down the correct code to add this picture to your HTML file.
Solution: Click here.