article

English [ˈɑ:tˈkl]

n. 기사(신문 및 잡지), [언어] 기사

vt. 계약 계약(또는 계약)에 구속됨, 견습생(또는 견습생)으로 계약하다, 고발하다(또는 고발하다) ) (반대) 계약에 서명합니다

html5<article> 통사론

Function: <article> 태그는 독립적인 콘텐츠를 정의합니다. 가능한 기사 예: 포럼 게시물 신문 기사 블로그 항목 사용자 댓글

Comments: <article> 태그의 콘텐츠는 문서의 나머지 부분과 독립적입니다.

html5<article> 예

<!DOCTYPE html>
<html>
<body>

<article>
  <h1>What Does WWF Do?</h1>
  <p>WWF's mission is to stop the degradation of our planet's natural environment, and build a future in which humans live in harmony with nature.</p>
</article>

</body>
</html>
인스턴스 실행 »

온라인 인스턴스를 보려면 "인스턴스 실행" 버튼을 클릭하세요