The text-indent property in CSS is used to adjust ________.
- letter spacing
- line height
- text alignment
- the first line of a block of text
The "text-indent" property in CSS is used to adjust the indentation of the first line of a block of text. It specifies the amount by which the first line of a block-level element should be indented from the left margin.
Loading...
Related Quiz
- How can you include a custom font in your webpage using CSS?
- How does Autoprefixing aid in ensuring cross-browser compatibility?
- If you want an animation to run indefinitely, which value would you set for the animation-iteration-count property?
- Using media queries, you can apply styles conditionally based on the ______ of the device or browser window.
- In a responsive design, you have a sidebar that should stick to the top after scrolling past its initial position but stop sticking when it reaches the footer. Which positioning property would you apply to the sidebar?