Podcast
Questions and Answers
What is the CSS property used to control the space between lines of text?
What is the CSS property used to control the space between lines of text?
- text-spacing
- font-spacing
- line-spacing
- line-height (correct)
How do you select an element with id 'example' in CSS?
How do you select an element with id 'example' in CSS?
- element[example]
- #example (correct)
- *example
- .example
What is the default value of the position property in CSS?
What is the default value of the position property in CSS?
- absolute
- relative
- static (correct)
- fixed
Which CSS property is used to make text bold?
Which CSS property is used to make text bold?
What does the CSS property 'display: none;' do?
What does the CSS property 'display: none;' do?
Which CSS property is used to add shadows to elements?
Which CSS property is used to add shadows to elements?
What is the purpose of the title attribute in HTML?
What is the purpose of the title attribute in HTML?
What is the correct HTML for creating a checkbox?
What is the correct HTML for creating a checkbox?
What is the purpose of the tag in HTML?
What is the purpose of the tag in HTML?
What does the tag do in HTML?
What does the tag do in HTML?
What is the purpose of the color property in CSS?
What is the purpose of the color property in CSS?
How do you add comments in CSS?
How do you add comments in CSS?