Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
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, 5211👍, 0💬
Popular Posts:
Can one change the mouse pointer in Forms? The SET_APPLICATION_PROPERTY build-in in Oracle Forms all...
How could Java classes direct program messages to the system console, but error messages, say to a f...
The following variable is available in file1.c, who can access it? static int average; Answer: all t...
How can method defined in multiple base classes with same name be invoked from derived class simulta...
What is V model in testing? V model map’s the type of test to the stage of development in a project....