최신 웹 개발 튜토리얼

HTML 견적 및 표창 요소

Quotation

Here is a quote from WWF's website:

For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.


HTML <q> 짧은 견적에 대한

html로 <q> 요소는 짧은 인용을 정의합니다.

브라우저는 일반적으로 주변에 인용 부호를 삽입 <q> 요소를.

<p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q></p>
»그것을 자신을 시도

HTML <blockquote> 롱 견적

html로 <blockquote> 요소는 인용 부분을 정의합니다.

브라우저는 일반적으로 오목 <blockquote> 요소.

<p>Here is a quote from WWF's website:</p>
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature.
The world's leading conservation organization,
WWF works in 100 countries and is supported by
1.2 million members in the United States and
close to 5 million globally.
</blockquote>
»그것을 자신을 시도

HTML <abbr> 약어에 대한

html로 <abbr> 요소는 약어 또는 약어를 정의합니다.

표시 약어는 브라우저, 번역 시스템과 검색 엔진에 유용한 정보를 제공 할 수 있습니다.

<p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>
»그것을 자신을 시도

HTML <address> 연락처 정보에 대한

html로 <address> 요소는 연락처 정보 정의 (author/owner) 문서 또는 문서의합니다.

<address> 요소는 일반적으로 이탤릭체로 표시된다. 대부분의 브라우저는 이전과 요소 다음에 줄 바꿈을 추가합니다.

<address>
Written by John Doe.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
»그것을 자신을 시도

HTML은 <cite> 작품 제목

html로 <cite> 요소는 작품의 제목을 정의합니다.

브라우저는 대개 디스플레이 <cite> 이탤릭체의 요소.

<p><cite>The Scream</cite> by Edvard Munch. Painted in 1893.</p>
»그것을 자신을 시도

HTML <bdo> 양방향 무시에 대한

html로 <bdo> 요소는 양방향 재정의를 정의합니다.

<bdo> 엘리먼트는 현재 텍스트 방향을 대체하기 위해 사용된다 :

<bdo dir="rtl">This text will be written from right to left</bdo>
»그것을 자신을 시도

연습으로 자신을 테스트!

연습 1» 운동 2» 운동 3» 운동 4»


HTML 견적 및 표창 요소

꼬리표 기술
<abbr> 약어 및 머리 글자를 정의
<address> 문서의 저자 / 소유자의 연락처 정보를 정의
<bdo> 텍스트 방향을 정의
<blockquote> 다른 소스에서 인용 된 부분을 정의합니다
<cite> 작품의 제목을 정의합니다
<q> 짧은 인라인 인용을 정의