Computer Science, asked by farhantushar2018, 9 months ago

Q. Can we define the text direction via css property ? A. Yes, we can B. No, we can't

Answers

Answered by naresh2321
2

Answer:

Yes,

Yes, CSS direction property is used in conjunction with the unicode-bidi property to specify which direction the text should run (i.e. from left to right or right to left).

hope it helps

Answered by aburaihana123
0

Yes we can. To indicate which direction the text should run, the CSS direction property is used in conjunction with the unicode-bidi property (i.e. from left to right or right to left).

Explanation:

CSS : Cascading Style Sheet:

Property

  • In the direction of the property, a CSS property determines how to handle text, table columns, and horizontal overflow.
  • It describes how HTML elements should appear on a computer screen, on paper, or in other medium.. CSS allows us to control and change the appearance/layout of multiple websites at the same time.
  • CSS helps us to isolate a webpage's basic structure from its styling and attributes, allowing us to organize our design into manageable code chunks.
  • CSS statements are made up of two parts: a selector and a declaration block. Both the flex-direction and flex-wrap attributes are controlled by this property.

Final answer :

In HTML, the style attribute can be used to specify text orientation. The elements attribute determines whether a style can be used inline. Its direction is directly related to the CSS property directions.

#SPJ3

Similar questions