코드랩 레퍼런스

<progress> 본문

HTML

<progress>

webstoryboy 2016. 6. 4. 20:12
<progress> 태그는 작업의 진행상태를 정의합니다.
특징 설명
콘텐츠 카테고리 Flow content, Phrasing content, Labelable content, Palpable content.
콘텐츠 모델 Phrasing Content
DOM 인터페이스 HTMLProgressElement
콘텐츠 속성 Global Attributes, Event Attributes
콘텐츠 요소 Inline Element
닫는 태그 사용(<progress>~</progress>)
시각적 표현 -
버전 HTML5

Definition

  • <progress> 태그는 진행의 상황을 나타내므로 범위를 결과를 보여주는 <meter> 태그와 구별합니다.

Ad

Comments