font
English [fɒnt] American [fɑ:nt]
n. 글꼴; 세례당(종종 돌로 만들어짐)(동일한 글꼴 및 크기) 서체
: 글꼴
variant
英[ˈveəriənt] US[ˈveriənt]
n. (단어 등) 변형, (문자 소리) 음역 [生] 변형, 변형; ] 변형
adj. 다양함, 다양함, 불확실함
복수형: 변형
자바스크립트 글꼴Variant 속성 통사론
기능: 텍스트를 표시할 작은 대문자의 글꼴 설정
구문: Object.style.fontVariant=normal|small-caps
자바스크립트 글꼴Variant 속성 예
<html> <head> <script type="text/javascript"> function setSmallCaps() { document.getElementById("p1").style.fontVariant="small-caps"; } </script> </head> <body> <p id="p1">This is an example paragraph.</p> <p>This is another example paragraph.</p> <input type="button" onclick="setSmallCaps()" value="Display small-caps font" /> </body> </html>
인스턴스 실행 »
온라인 인스턴스를 보려면 "인스턴스 실행" 버튼을 클릭하세요