티스토리 뷰
<!DOCTYPE html> <html> <head> <meta charset="EUC-KR"> <title>Insert title here</title> <style> #header > h1 { color: red; } #section > h1 { color: orange; } </style> </head> <body> <div id="header"> <h1 class="title">Lorem ipsum</h1> <div id="nav"> <h1>Navigation</h1> </div> </div> <div id="section"> <h1 class="title">Lorem ipsum</h1> <p>test</p> </div> </body> </html>
'java,web study > 5주차 (7월 29일~8월 4일)' 카테고리의 다른 글
'>' 식별자 사용(자손) 테이블 속성 스타일 바꾸기 (0) | 2013.07.31 |
---|---|
스타일로 입력폼 만들기 (0) | 2013.07.31 |
라운드 (모서리 깎기) 예제 (0) | 2013.07.31 |
float 예제 (79페이지) (0) | 2013.07.31 |
속성 (76페이지 예제) (0) | 2013.07.31 |
댓글