You need to ensure that content flows from right toleft

You are developing an ASP.NET web page.
You need to ensure that content flows from right toleft.
What should you do?

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *