학습내용
웹페이지의 디자인을 담당.
id 활용 : 한개의 태그에만 적용
"html doc"
<h4 id="navigation title"> this is the navigation section. </h4>
"css doc"
#navigation title {
color : red;
}
"html doc"
<li class="menu-item">home </li>
<li class="menu-item">mac </li>
<li class="menu-item">iphone </li>
<li class="menu-item">ipad </li>
"css doc"
.menu-item {
text-decoration : underline;
}
미비한점
CSS 의 디자인 쪽은 계속 연습을 더 해야 하며
w3schools 를 활용해서 더 많이 해보야 할거 같다.
결국 단순 보는 공부가 아닌 키보드를 활용하는 공부다. 명심!!!
느낀점
난 역시나 너무 늦었다..이 점을 생각하고 생각하고 더 압박감을 느껴야 하며
동등하게라도 맞추기 위해서는 10분,1시간씩 더 해보는 수밖에 없다....잊지 말자....