[javascript] html,css 기본문법
# 글자색상바꾸기 # 글자크기바꾸기 # 글자배경색상바꾸기 --->사실 css(Inline Sytle Sheet) # 줄바꿈 # 배경색상바꾸기 # 단락구분 # 입력한대로보여주기 # 공백한칸 # 문단정렬하기 # 테두리지정하기 1. html문법 tr --> 줄 td --> 칸 2. css문법 --> Embeded Style Sheet text-align:center; background:yellow; td class="s1" .s1 {background:aquamarine;} // .class명 -->선택자 # 이미지 삽입하기 168P [ex] # 이미지를 배경으로 불러오기 342p [ex] # 테두리 지정하기 360p [ex] aaa # 칸합치기 [ex] 1 2 3 4 5 6 7 # 줄합치기 [ex] 12 ..
VIEW/JAVASCRIPT
2017. 12. 1. 10:40