<!DOCTYPE html>
<html>
<body>
/////////////////////////////////////////////////////////////////////////////////////////////
<h1>The blockquote element</h1>
<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>
////////////////////////////////////////////////////////////////////////////////////////////////////////
<p>Here is a quote from naver's website:........... </p>
<blockquote cite="https://n.news.naver.com/article/658/0000071453?cds=news_media_pc&type=breakingnews">
[속보]윤 대통령 "국민 뜻 받들지 못해 죄송" 총선 민심에 추가 사과
</blockquote>
정의 및 사용법-
태그 <blockquote>는 다른 소스에서 인용된 섹션을 지정합니다.
브라우저는 일반적으로 <blockquote>요소를 들여쓰기합니다
(들여쓰기를 제거하는 방법을 보려면 아래 예를 참조하세요).
////////////////////////////////////////////////////////////////////////////////////////////////////////////////k
</body>
</html>
///////////////////////////////////////////////
The blockquote element
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.
/////////////////////////////////////////////////////////////////
Here is a quote from naver's website:...........
[속보]윤 대통령 "국민 뜻 받들지 못해 죄송" 총선 민심에 추가 사과
정의 및 사용법-
태그
는 다른 소스에서 인용된 섹션을 지정합니다.
브라우저는 일반적으로 요소를 들여쓰기합니다
(들여쓰기를 제거하는 방법을 보려면 아래 예를 참조하세요).
/////////////////////////////////////////////////////////////////