1. What does HTML stand for?
A. Hyper Trainer Marking Language
B. HyperText Markup Language ✔
C. HyperText Marketing Language
D. High Text Mark Language
2. Which HTML tag displays the largest heading?
A. <h6>
B. <heading>
C. <h4>
D. <h1> ✔
3. Which tag is used for a line break?
A. <lb>
B. <break>
C. <br> ✔
D. <line>
4. Which attribute gives alternate text to an image?
A. title
B. src
C. alt ✔
D. caption
5. Which tag is used for hyperlinks?
A. <link>
B. <a> ✔
C. <href>
D. <hyper>
6. Which HTML tag displays an image?
A. <pic>
B. <img> ✔
C. <image>
D. <src>
7. HTML comments are written as:
A. // comment //
B. <!-- comment --> ✔
C. **comment**
D. /* comment */
8. Which tag defines a table row?
A. <td>
B. <th>
C. <tr> ✔
D. <table-row>
9. HTML tag for bold text?
A. <stronger>
B. <heavy>
C. <b> ✔
D. <bold>
10. Which tag creates an ordered list?
A. <ul>
B. <ol> ✔
C. <list>
D. <order>
11. Which tag defines a table?
A. <tbl>
B. <table> ✔
C. <tb>
D. <t>
12. Which HTML5 element is used for navigation?
A. <navigate>
B. <links>
C. <nav> ✔
D. <menu>
13. Which tag defines emphasized text?
A. <i>
B. <em> ✔
C. <strong>
D. <italic>
14. Correct HTML5 Doctype?
A. <DOCTYPE HTML PUBLIC>
B. <!DOCTYPE HTML4>
C. <!DOCTYPE html> ✔
D. <doctype5 html>
15. HTML5 tag used for video?
A. <media>
B. <video> ✔
C. <vid>
D. <movie>
16. Attribute to open a link in a new tab?
A. new="_blank"
B. target="_blank" ✔
C. tab="new"
D. windows="open"
17. HTML5 tag for footer?
A. <bottom>
B. <foot>
C. <footer> ✔
D. <end>
18. Tag for a drop-down list?
A. <dropdown>
B. <select> ✔
C. <list>
D. <option>
19. Tag for text input field?
A. <textfield>
B. <forminput>
C. <input type="text"> ✔
D. <text>
20. HTML attribute for inline CSS?
A. css
B. style ✔
C. design
D. font
Post a Comment