HTML5의 따옴표는 "blockquote" 또는 "q" 요소입니다. blockquote 요소는 다른 소스에서 가져온 블록 인용을 정의할 수 있습니다. 브라우저는 일반적으로 blockquote 요소를 들여쓰기합니다. 브라우저는 종종 단락 구분이 필요하지 않은 짧은 인용을 정의할 수 있습니다.
이 튜토리얼의 운영 환경: Windows 7 시스템, HTML5 버전, Dell G3 컴퓨터.
html5에는 두 가지 종류의 인용 태그가 있습니다.
<blockquote></blockquote>
태그 <blockquote></blockquote>
标签
<q></q>
<q></q>
태그
< ; blockquote> 태그
태그는 다른 소스에서 가져온 블록 인용을 정의합니다.브라우저에서는 일반적으로
태그는 단락 구분이 필요하지 않은 짧은 인용문을 정의합니다.브라우저에서는 이러한 참조 주위에 따옴표를 삽입하는 경우가 많습니다.
추천 튜토리얼: "<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <h1>About WWF</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 worlds 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> </body> </html>로그인 후 복사html 비디오 튜토리얼
"
위 내용은 html5의 참조 태그는 어떤 요소입니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!