[HTML] HTML 인용문

  • <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>
  • <q> : 짧은 문장 인용. 큰따옴표 삽입
<p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q></p>
  • <abbr> : 약어 정의. 약어에 마우스를 대면 약어의 뜻 표기
<p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>
  • <address> : 문서 작성자의 연락처 정보 정의
    - 이메일 주소, url, 실제 주소, 전화번호 등..
    - 텍스트는 기울임꼴로 표기
    - 요소의 전, 후에 줄 나누기를 추가함
<address>
Written by John Doe.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
  • <cite> : 창작 작품의 제목 정의
    - 텍스트는 기울임꼴로 표기
<p><cite>The Scream</cite> by Edvard Munch. Painted in 1893.</p>

-<bdo> : 글자 방향 재정의

<bdo dir="rtl">This text will be written from right to left</bdo>

+ html 주석 다는 방법

  • <!-- Write your comments here --> 이용

좋은 웹페이지 즐겨찾기