Contents

Which of the following is used for creating ordered list?
a) <ol>                                                  

b) <ul>
c) <li>                                                    

d) <a>

a

Which tag is used for adding image in a webpage?
a) <img>                                              

b) <image>
c) <pic>                                 

d) <picture>

a

Which of the following is the correct format selecting image from file?
a) <img “image.jpg”>        
b) <imgsrc”image.jpg”>
c) <imgsrc=”image.jpg”>               

d) none of these

c

What attributes are used in image tag?
a) width                                

b) height
c) alt                                                      

d) all of these

d

A text or image in the web page that link it to another web page.
a) link                                                    

b) hyperlink
c) both a & b                                       

d) none of these

b

Which of the following is correct format of creating hyperlink?
a) <a href”url”>                  

b) <a href(url)>
c) <a href=”url”>                              

d) none of these

c