picture
<picture>
내에 <img>
를 사용하는 것은 필수
1 | <div class="rwd-wrapper"> |
내 마크업1
2
3
4
5
6
7
8
9
10section.news
h2.news-header
a.news-link
article.news-item
h3.news-item-subject
time
p.news-item-brief
span
img
a.news-more
강사님 마크업
1 | section.news |
상호작용
필수 요소로 action을 가짐(주소)
legend : fieldset의 목적
암묵적 label : label 안에 input을 넣는 방법
명시적 label ; label에 for를 이용하여 input의 id를 입력
논리속성
submit의 action으로 데이터 전송 전 browser에서 필수값을 확인
안에 들어올 값 이나 값의 힌트를 미리 입력 / label과 동일하게 많이 사용하나 다름
https://seulbinim.github.io/WSA/form.html#input-%EC%9A%94%EC%86%8C
https://miketaylr.com/pres/html5/forms2.html
background-image: linear-gradient(red, green) : 위에서 아래, 레드에서 그린
background-image: linear-gradient(to right, red, green)
https://webgradients.com/
https://leaverou.github.io/css3patterns/
http://www.colorzilla.com/gradient-editor/
main에 display를 flex로 설정
flex-direction을 이용하여 가로로 정렬
justify-content를 이용하여 group1~3의 사이를 균등하게 분할
IE11에서 이용 불가
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Update your browser to view this website correctly. Update my browser now