HTML 사전

big

경고 : HTML5부터 지원되지 않음

설명

The HTML Big Element (<big>) makes the text font size one size bigger (for example, from small to medium, or from large to x-large) up to the browser's maximum font size.

HTML Big 요소(<big>)는 텍스트의 크기를 키운다. 예를들어 small은 medium으로, large는 x-large로 키운다.

참고 : As it was purely presentational, this element has been removed in HTML5 and shouldn't be used anymore. Instead web developers should use CSS properties.

참고 : 이 속성은 HTML5에서부터 지원하지 않는다. CSS를 사용한다. 

속성

This element has no other attributes than the global attributes, common to all elements.

<big> 엘리먼트는 전역속성 외의 속성은 가지고 있지 않다.

예제

 <p>
       This is the first sentence. <big>This whole 
       sentence is in big letters.</big>
   </p>

아래와 같이 CSS로 대체하는 것을 권장함

<p>
       This is the first sentence. <span style="font-size:1.2em">This whole 
       sentence is in big letters.</span>
   </p>

DOM Interface

This element implements the HTMLElement interface.

<big> 엘리먼트는 HTMLElement 인터페이스를 구현한다.

호환성

Desktop
기능 구글크롬 파이어폭스Gecko) 인터넷 익스플로러 Opera Safari
기본적인 지원 지원 지원 지원   지원
Mobile
기능 안드로이드 파이어폭스 모바일(Gecko) 인터넷 익스플로러 모바일 오페라 모바일 사파리 모바일
기본적인 지원 지원 지원 지원 지원 지원

참고

댓글

댓글 본문
버전 관리
egoing
현재 버전
선택 버전
graphittie 자세히 보기