자바스크립트 텍스트IndentProperty


  번역 결과:

text

English [tekst] American [tɛkst]

n. 텍스트, 원본 텍스트, 교과서; 테마 버전

v. 공식: texted

indent

English [ˈnˈdent] American [ənˈdent]

vt. Cut... 들쭉날쭉한 모양을 만들기 위해 조판

n 순서, 순서

사람 단수: 들여쓰기 현재 분사: 들여쓰기 과거 시제: 들여쓰기 과거 분사: 들여쓰기

자바스크립트 텍스트IndentProperty통사론

기능: 요소의 첫 번째 텍스트 줄을 들여씁니다.

구문: ​​Object.style.textIndent=length|%

자바스크립트 텍스트IndentProperty예

<html>
<head>
<script type="text/javascript">
function setTextIndent()
{
document.getElementById("div1").style.textIndent="50px";
}
</script>
</head>
<body>

<div id="div1">
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
</div>
<br />
<input type="button" onclick="setTextIndent()"
value="Indent first line of text" />

</body>
</html>

인스턴스 실행 »

온라인 인스턴스를 보려면 "인스턴스 실행" 버튼을 클릭하세요

비디오

Q&A