Feature Box

서정·2023년 10월 26일
0

김버그 HTML

목록 보기
25/46

Feature Box 의 정의

  • Feature Box : 제품에 대한 설명을 나열한 것들을 의미한다.

실습 화면


피드백

<img src="https://wac-cdn.atlassian.com/dam/jcr:bc1f15f9-3b2e-4c30-9313-0ebd6175f18c/File%20Cabinet@2x.png?cdnVersion=676" alt="" />
  • alt 속성값에 뭘 넣어야 할지 몰라서 그냥 Feature Box를 넣었는데, 설명하기 애매하거나 정보로써 큰 가치가 없을 땐 alt 속성값을 비어 놓는 게 좋다고 하신다!!
<div class="feature-box no-image">
        <!-- <img src="https://wac-cdn.atlassian.com/dam/jcr:bc1f15f9-3b2e-4c30-9313-0ebd6175f18c/File%20Cabinet@2x.png?cdnVersion=676" alt="" /> -->
        <h1>
            Free unlimited private repositories
        </h1>
        
        <p>
            Free for small teams under 5 and priced to 
            scale with Standard ($3/user/mo) or 
            Premium ($6/user/mo) plans.   
        </p>
    </div>

만일 이미지가 정보로써 아무런 가치가 없을 때 img 태그를 사용하지 않고 css로 처리하는 경우가 있다. (물론 css를 겁나 잘해야 한다고...)

profile
R=VD 프론트엔드 개발자

0개의 댓글