Microsoft
70-515 · Question #201
You are developing an ASP.NET web page. You need to ensure that content flows from right to left. What should you do?
The correct answer is C. In the <html> tag, add an attribute named dir with a value of "RTL". See the full explanation below for the reasoning.
Question
You are developing an ASP.NET web page. You need to ensure that content flows from right to left. What should you do?
Options
- AIn the @Page directive, add an attribute named dir with a value of "RightToLeft"
- BIn the @Page directive, add an attribute named dir with a value of "RTL"
- CIn the <html> tag, add an attribute named dir with a value of "RTL"
- DIn the <html> tag, add an attribute named dir with a value of "RightToLeft"
How the community answered
(15 responses)- B7% (1)
- C80% (12)
- D13% (2)
Community Discussion
No community discussion yet for this question.