Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is a BLOCKQUOTE Tag/Element
What Is a BLOCKQUOTE Tag/Element? - XHTML 1.0 Tutorials - Body Tag and Block Level Tags
✍: 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>
2007-05-12, 5283👍, 0💬
Popular Posts:
Why is there extra white space before or after tables? This is often caused by invalid HTML syntax. ...
If we have two version of same assembly in GAC how do we make a choice ? OK first let’s try to under...
How do we get the current culture of the environment in windows and ASP.NET? “CultureInfo.CurrentCul. ..
How do you handle change request? Normally change request are handled by preparing an Impact analysi...
Can you prevent a class from overriding ? If you define a class as “Sealed” in C# and “NotInheritab...