The ________________ makes it is possible to add different “deco...
The Decorations or Effects that can be added to text are:
1. Text Align property:
- The Text Align property is used to specify the horizontal alignment of text within an element.
- It can be set to left, right, center, or justify.
- Left aligns the text to the left edge of the element.
- Right aligns the text to the right edge of the element.
- Center aligns the text in the center of the element.
- Justify aligns the text to both the left and right edges of the element, creating a straight edge on both sides.
2. Text Indent property:
- The Text Indent property is used to specify the indentation of the first line of text within an element.
- It can be set to a specific length or percentage value.
- A positive value indents the text to the right, while a negative value indents it to the left.
- This property is commonly used in paragraphs or lists to create an indentation for each new line or item.
3. Letter spacing property:
- The Letter spacing property is used to specify the space between characters in a text.
- It can be set to a specific length or percentage value.
- A positive value increases the space between characters, while a negative value decreases it.
- This property is often used for decorative or typographic purposes to create special effects or improve readability.
4. None of the above:
- This option indicates that none of the given options (Text Align property, Text Indent property, Letter spacing property) can be used to add decorations or effects to text.
- In this case, there may be other CSS properties or techniques that can be applied to achieve the desired effect.
By using these properties, you can enhance the appearance of text by aligning it, adding indentation, or adjusting the spacing between characters.
View all questions of this test