1. What does HTML stand for?
A. Hyper Text Markup Language
B. High Text Markup Language
C. Hyperlink Markup Language
D. High Transfer Markup Language
Answer: A
2. Which tag is used for the largest heading?
A. <head>
B. <h1>
C. <heading>
D. <title>
Answer: B
3. What is the correct HTML tag for inserting a line break?
A. <lb>
B. <br>
C. <break>
D. <line>
Answer: B
4. Which tag is used to create a hyperlink?
A. <a>
B. <link>
C. <href>
D. <hyper>
Answer: A
5. Which attribute specifies the URL of an image in HTML?
A. src
B. href
C. link
D. alt
Answer: A
6. Which HTML attribute is used to define inline styles?
A. class
B. style
C. id
, D. inline
Answer: B
7. Which tag is used to define a table row?
A. <tr>
B. <td>
C. <th>
D. <row>
Answer: A
8. What is the correct HTML tag for inserting an ordered list?
A. <ul>
B. <ol>
C. <list>
D. <order>
Answer: B
9. How can you make a checkbox in HTML?
A. <input type="checkbox">
B. <checkbox>
C. <input type="box">
D. <input type="check">
Answer: A
10. Which HTML tag is used to create a dropdown list?
A. <select>
B. <dropdown>
C. <list>
D. <option>
Answer: A
CSS
11. What does CSS stand for?
A. Cascading Style Sheets
B. Computer Style Sheets
C. Creative Style Sheets
D. Colorful Style Sheets