Which of the following is used for creating ordered list?
a) <ol>
b) <ul>
c) <li>
d) <a>
Which tag is used for adding image in a webpage?
a) <img>
b) <image>
c) <pic>
d) <picture>
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
What attributes are used in image tag?
a) width
b) height
c) alt
d) all of these
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
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