outline
영어 [ˈaʊtlaən] 미국식 [ˈaʊtˌlaən]
n. 윤곽선, 윤곽선, 윤곽선, 요점, 주요 원리, 모양, 윤곽선, 등고선, 윤곽선 그리기 방법, 스케치(그리기 방법)
vt .Outline; 개요, 스케치, 스케치
3인칭 단수: 개요 복수형: 개요 현재 분사: 개요 과거 시제: 개설됨 과거 분사: 개설됨
style
英[staəl] 美[staəl ]
n. 스타일; 악기, 취향
vt. 대중적인 스타일에 맞게 만들기
스타일 복수: styles 현재분사: styled 과거시제: styled 과거분사: styled
자바스크립트 개요 스타일 속성 통사론
기능: 요소 주변의 윤곽선 스타일을 설정합니다.
구문: Object.style.outlineStyle=style
자바스크립트 개요 스타일 속성 예
<html> <head> <style type="text/css"> p { border: thin solid #00FF00; outline: thick solid #FF0000; } </style> <script type="text/javascript"> function changeOutline() { document.getElementById("p1").style.outlineStyle="dotted"; } </script> </head> <body> <input type="button" onclick="changeOutline()" value="Change outline style" /> <p id="p1">This is a paragraph</p> </body> </html>
인스턴스 실행 »
온라인 인스턴스를 보려면 "인스턴스 실행" 버튼을 클릭하세요