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>
Â
⇒HTML Body Tag and Block Level Tags
⇒⇒HTML Tutorials
2017-02-20, 852👍, 0💬
Popular Posts:
What Is the 2017 Version of Azure API Management Service? The 2017 Version of Azure API Management a...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...