C#Part2 MCQ Retest
C#Part2 MCQ Retest
Marks: 20 marks
Duration: 30 minutes
9) A webpage displays a picture. What tag was used to display that picture?
a. picture
b. image
c. img
d. src
10) <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong>
b. <dark>
c. <black>
d. <emp>
14) When should you use path along with file name of picture in IMG tag?
a. path is optional and not necessary
b. when the location of image file and html file are different
c. when image file and html file both are on same location
d. path is always necessary when inserting image