HTML tag
tag.Note: No browser displays the cite attribute correctly.
# Definition and usage (Recommended learning: html tutorial )
## & lt; blockquote & gt; label definition block reference.
##All text betweenandwill be separated from the regular text, often with indentation (increased margins) on the left and right sides , and sometimes italics are used.In other words, block references have their own space.
ExampleMark long quotes:
<html> <body> Here comes a long quotation: <blockquote> This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. This is a long quotation. </blockquote> //请注意,浏览器在 blockquote 元素前后添加了换行,并增加了外边距。 </body> </html>Copy after loginThe above is the detailed content of HTML
tag. For more information, please follow other related articles on the PHP Chinese website!