国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

App下載
首頁htmldirectionCSS Property Value - 如何direction:rtl;

CSS Property Value - 如何direction:rtl;

我們想知道如何direction:rtl;

<html>
<head>
<style>
    .ltr {direction:ltr; }
    .rtl {direction:rtl; }
</style>
</head>

<body>
<h1>direction</h1>
<p class="ltr">This text should flow left to right.</p>
<p class="rtl">This text should flow right to left.</p>
</body>
</html>