the text - decoration property determines whether an element is ______. text - decoration your answer * 1…

the text - decoration property determines whether an element is ______. text - decoration your answer * 1 point the ______ property controls the first line text indent in a paragraph. indentation your answer * 1 point the line - height property can be set using several different units including ______, centimeters, percentages, and others. line height your answer * 1 point word - wrap is a css property that tells a browser how to display long words that over - extend their ______ element. word - wrap your answer * 1 point letter spacing sets the space between ______ in a word. letter - spacing, word - spacing your answer * 1 poi
Answer
Brief Explanations:
- The
text - decorationproperty in CSS is used to add decorative effects like underline, overline, etc. to an element's text, so it determines whether an element is decorated. - The
text - indentproperty in CSS controls the indentation of the first - line text in a paragraph. - The
line - heightproperty in CSS can be set using units such as pixels, centimeters, percentages, etc. - The
word - wrapproperty in CSS tells a browser how to display long words that over - extend their containing element. - The
letter - spacingproperty in CSS sets the space between letters in a word.
Answer:
- decorated
- text - indent
- pixels
- containing
- letters