You are developing an ASP.NET web page.
You need to ensure that content flows from right toleft.
What should you do?
A.
In the @Page directive, add an attribute named dir with a value of “RightToLeft”
B.
In the @Page directive, add an attribute named dir with a value of “RTL”
C.
In the <html> tag, add an attribute named dir with a value of “RTL”
D.
In the <html> tag, add an attribute named dir with a value of “RightToLeft”
Explanation:
http://msdn.microsoft.com/en-us/library/twe16yc2%28v=vs.100%29.aspx