형식: 선택자 {스타일속성: 스타일 값;} -> "시.시.콜.콜." (스타일시트는 콜론과 세미콘론)

예: <style>h1 {color : red; }</style>


선택자:

- 전체선택: *

- 태그선택: h1

- 아이디선택: #아이디

- 클래스선택: .클래스

- (태그)속성의 타잎선택: input[type=text]

- (태그)속성값의 문자열선택: input[type=text]

- (태그)속성의 이벤트선택: a:active / a:hover

- (태그)속성의 상태선택: input:checked / input:focus / input:enabled / 


<!DOCTYPE html>


<html lang="en" xmlns="http://www.w3.org/1999/xhtml">

<head>

    <meta charset="utf-8" /> 

    <title>:::Welcome to LikeTEH:::</title>

    <style>

        * {color:red;}

        h1 {color:blue;}

        #lbl_name {background:green;}

        .input {background:yellow;}

        input[type=tel] {color:pink;}

        input[name*=a] {color:black;}

        input:focus{background:orange;}

        a:hover{color:azure;} 

        a:active{color:purple;}

     </style> 

</head>

<body>

    <h1>Hello World!</h1>

    <a href="#">빈 링크1입니다.</a><br />

    <a href="#">빈 링크2입니다.</a>

    <form action="action.asp" method="get">

        <label id="lbl_name">이름</label>

        <input class="input" type="text" name="name" /><br />

        <label id="lbl_address">주소</label>

        <input class="input" type="text" name="address" /><br />

        <label id="lbl_cellphone">전화</label>

        <input type="tel" name="tel" value="(),- 없이 써 주세요^^" /><br />

        <input type="submit" />

    </form><br />

</body>

</html>


Posted by buykiwi

블로그 이미지
친절상담 무료견적 정확시공
buykiwi

카테고리

분류 전체보기 (65)
CAD (2)
프로그래밍 (19)
네트워크/보안 (4)
인터넷/웹사이트 (13)
데이타베이스 (0)
운영체제(OS) (6)
마이크로 컨트롤러 (12)
모바일 (0)
게임 (0)
그래픽스/3D (4)
멀티미디어 (0)
사무자동화/PC/IT (3)
기타 (1)

태그목록

Yesterday
Today
Total

달력

 « |  » 2024.11
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함