Tools, FAQ, Tutorials:
HTML 'blockquote' Tag/Element
What Is an XHTML "blockquote" Tag/Element?
✍: FYIcenter.com
A blockquote element is a block level element that can be used directly as a sub-element in the body element. You can use blockquote elements to specify a block of paragraphs to be displayed in a quotation format. Here are basic rules about blockquote elements:
Here is a good example of blockquote elements:
<body> <blockquote><p> "You may never know what results come of your action, but if you do nothing there will be no result." </p></blockquote> </body>
⇒ Nested HTML 'blockquote' Elements
⇐ Images in HTML 'pre' Elements
2023-08-03, 1178🔥, 0💬
Popular Posts:
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...