設定文字是否應使用 CSS 覆蓋以支援多種語言
使用 unicode-bdi 屬性設定文字是否應使用 CSS 覆蓋以支援多種語言
示例
<!DOCTYPE html>
<html>
<head>
<style>
p.demo1 {
direction: rtl;
unicode-bidi: bidi-override;
}
p.demo2 {
direction: rtl;
unicode-bidi: isolate;
}
</style>
</head>
<body>
<h1>The unicode-bidi Property</h1>
<p>This is demo text.</p>
<p class = "demo1">This is demo text</p>
<p class = "demo2">This is demo text</p>
</body>
</html>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP