100——第15例

复制代码
<!DOCTYPE html>
<html lang="en">
<head>
    <meta  charset="UTF-8">
    <title>title</title>
</head>
<body>
    <p>
        如果你的浏览器支持bi-directional (bdo),下一行会向右输出
    </p>
    <bdo dir="ltr">
    here is some Hebrew text
    </bdo>
    <p>它的作用就是可以改变输出文本的方向</p>
    <p>ltr就是正常的方向</p>
    <p>rtl就是反方向的</p>
</body>
</html>
复制代码

 

posted @   srcrs  阅读(90)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示