본문 바로가기

Python_WEB/HTML

[부스트코스]반응형 웹 - PC용(기본) 제작 퀴즈

반응형

Q>

반응형 웹에서 해상도에 따른 분기법으로 미디어 쿼리를 사용합니다.

그렇다면 이번 강의에서 기본 내용을 담게 되는 PC버전은 어떤 방식으로 분기가 된 내용에 담겨야 할까요?

  • @media screen and (max-width: 768px)
  • @media screen and (max-height: 768px) and (orientation: landscape)
  • @media print and (orientation: portrait)
  • 분기처리 하지 않는다.
  • @media screen and (max-height: 768px)

A>

분기처리 하지 않는다.

 

www.boostcourse.org/web344/

 

웹 UI 개발

부스트코스 무료 강의

www.boostcourse.org

 

반응형