mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
27 lines
638 B
HTML
27 lines
638 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl" lang="fa-IR">
|
|
<head>
|
|
<title>Persian rtl</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<script type="text/javascript" src="../../../test.js"></script>
|
|
<style>
|
|
body{
|
|
font-family: Arial;
|
|
}
|
|
.test{
|
|
padding: 10px 25px;
|
|
direction: rtl;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="test" lang="fa">
|
|
<p>
|
|
سلام دنیا! این یک تست است...
|
|
</p>
|
|
</div>
|
|
<span class="test" lang="fa">من میتوانم. این است قدرت جاوااسکریپت!</span>
|
|
</body>
|
|
</html>
|