Ask Question

How many CSS properties do you need to add to your personal website per the directions?1

2

3

4

+2
Answers (1)
  1. 11 September, 21:22
    0
    1 which can be rtl, ltr, initial, inherit

    by rtl it means direction from right to left. By ltr it means the direction from left to right. Initial assigns the default value, and inherit takes the value of the parent element.

    Like:

    direction rtl;

    direction ltr;

    direction initial;

    direction inherit;

    CSS is used for styling, and direction plays a very important role in this.

    Explanation:

    The syntax is given above, and direction is one of the most important CSS property.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How many CSS properties do you need to add to your personal website per the directions?1 2 3 4 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers