Open In App

Web technologies Questions | CSS Quiz | Set-1 | Question 6

Last Updated : 29 Sep, 2021
Like Article
Like
Save
Share
Report

Which below property of CSS is used to set the indentation of the first line in a block of text ?

(A)

text-indent property

(B)

text-underlne-property

(C)

text-decoration none

(D)

text-overflow property


Answer: (A)

Explanation:

The text-indent property in CSS is used to define the indentation of the first line in each block of text. It also takes negative values. It means if the value is negative then the first line will be indented to the left.


Quiz of this Question
Please comment below if you find anything wrong in the above post


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads