NEW
Font size
WorksheetsDay -4 Workshop Quiz
Total questions: 15
Worksheet time: 8mins
Which HTML attribute is used to define inline styles?
A) class
B) font
C) style
D) styles
Which of the following is correct to open a new page in a new browser window/tab?
A) <a href="url" target="_self">
B) <a href="url" target="_new">
C) <a href="url" target="_blank">
D) <a href="url" target="new">
What tag is used to define an unordered list in HTML?
A) <ul>
B) <ol>
C) <list>
D) <li>
9. Which tag is used to define a table row in HTML?
A) <row>
B) <table>
C) <tr>
D) <td>
Which HTML element is used to specify a footer for a document or section?
A) <bottom>
B) <footer>
C) <section-footer>
D) <section>
Which HTML tag is used to define an internal style sheet?
A) <script>
B) <css>
C) <style>
D) <link>
Which CSS property controls the text size?
A) font-style
B) text-size
C) font-size
D) size
Which property is used to change the background color in CSS?
A) bgcolor
B) background-color
C) color
D) back-color
Which CSS property is used to create space between the border and the content inside an element?
A) margin
B) border-spacing
C) padding
D) spacing
Which of the following selectors applies to all elements of a page?
A) *
B) #all
C) body
D) .all
How do you make each word in a text start with a capital letter?
A) text-transform: capitalize;
B) text-style: capitalize;
C) text-format: capitalize;
D) font-transform: capitalize;
Which CSS property is used to change the text color of an element?
A) color
B) font-color
C) text-color
D) background-color
What is the correct HTML element for inserting a line break?
<lb>
B) <break>
C) <br>
D) <newline>
What CSS property is used to control the spacing between each letter?
A) letter-spacing
B) character-spacing
C) text-spacing
D) font-spacing
Which CSS property controls the display of an element as a block or inline?
A) display
B) visibility
C) block
D) inline
