-
HTML
(html-328
, 2022.12.28)
목차
target 예제 - <a>/<area> 태그 경우
target 정의
target 구문
target 예제 - <base> 태그 경우
target 예제 - <form> 태그 경우
target 예제 …
-
HTML
(html-327
, 2022.12.28)
목차
tabindex 예제 - 탭색인번호 지정
tabindex 정의
tabindex 구문
tabindex 예제 - 탭색인번호 지정
<style>
div {margin-bottom:20px;}
</style&g…
-
HTML
(html-326
, 2022.12.28)
목차
style 예제 - 인라인 스타일 지정
style 정의
style 구문
style 예제 - 인라인 스타일 지정
<h1 style="color:red;text-align:center;">홈짱닷컴 Homzzang.com<…
-
HTML
(html-324
, 2022.12.28)
목차
start 예제 - <ol> 리스트의 시작값 설정
start 정의
start 구문
start 예제 - <ol> 리스트의 시작값 설정
<ol start="30">
<li>H…
-
HTML
(html-319
, 2022.12.28)
목차
spellcheck 예제 - 맞춤법 검사
spellcheck 정의
spellcheck 구문
spellcheck 예제 - 맞춤법 검사
(예) 각 요소에 입력 후 해당 요소 포커스해보면 틀린 글자 표시됨.
<textarea …
-
HTML
(html-318
, 2022.12.28)
목차
span 예제 - <col> 경우
span 정의
span 구문
span 예제 - <colgroup> 경우
span 예제 - <col> 경우
<style>
table, th…
-
HTML
(html-316
, 2022.12.28)
목차
size 예제 - <input> 경우
size 정의
size 구문
size 예제 - <select> 경우
size 예제 - <input> 경우
<form action="/action_…
-
HTML
(html-315
, 2022.12.28)
목차
shape 예제 - 이미지맵 링크영역 모양 지정
shape 정의
shape 구문
shape 예제 - 이미지맵 링크영역 모양 지정
<img src="homzzang.gif" width="300" height="200" alt="홈…
-
HTML
(html-314
, 2022.12.28)
목차
selected 예제 - 페이지 로드 시 기본 선택된 옵션 표시
selected 정의
selected 구문
selected 예제 - 페이지 로드 시 기본 선택된 옵션 표시
<select id="langs" name="langs"…
-
HTML
(html-313
, 2022.12.28)
목차
scope 예제 - 헤더 범위 지정
scope 정의
scope 구문
scope 예제 - (행/열) 헤더셀 둘 다 적용
scope 예제 - 헤더 범위 지정
<style>
table, th, td {bord…