代码编辑器:
x
1
<style>
2
#myDIV {text-align: justify; }
3
</style>
4
<div id="myDIV">
5
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property. You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
6
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
7
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
8
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
9
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
10
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
11
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
12
</div>
13
<p>点击“尝试一下”按钮,改变 DIV 元素的 text-align-last 属性</p>
14
<button onclick="myFunction()">尝试一下</button>
15
<script>
16
function myFunction(){
17
document.getElementById("myDIV").style.textAlignLast = "right";
18
document.getElementById("myDIV").style.MozTextAlignLast = "right"; // 针对 Firefox 的代码