티스토리 뷰
<!DOCTYPE html> <html> <head> <meta charset="EUC-KR"> <title>Insert title here</title> <style> input[type="text"] { background: red; } input[type="password"] { background: blue; } </style> </head> <body> <form> <input type="text" /> <input type="password" /> </form> </body> </html>
'java,web study > 5주차 (7월 29일~8월 4일)' 카테고리의 다른 글
z-index (0) | 2013.08.01 |
---|---|
'>' 식별자 사용(자손) 테이블 속성 스타일 바꾸기 (0) | 2013.07.31 |
자손과 후손 예제 (0) | 2013.07.31 |
라운드 (모서리 깎기) 예제 (0) | 2013.07.31 |
float 예제 (79페이지) (0) | 2013.07.31 |
댓글