Blockquote Tag Tests
Sample displaying the Blockquote Tag
Blockquote
We acted incorrectly in arbitrarily changing the Kumquat Festival
date. Quoting from the Kumquat Grower's Bylaws:
(The text below this line is enclosed in the blockquote tags)
The date of the Kumquat Festival may only be changed by a two-thirds vote of the General Membership, provided that a 60 percent quorom of the Membership is present.
Blockquote tag with other Spacing & Layout Paragraph Style Tags
The following text is enclosed in the Blockquote Tag: (Read the text to verify)
- BREAK:- Text before the Break tag,
Text after the break tag.- NO BREAK :- The
<span style="white-space: nowrap;">
tags in the sample source help ensure that the text remains on a single line. The tag contents retain the current font style, and you can change to another style within the tag. This line should be really ....really...really long and in a single line!!!- WITH BREAK :- This text must stay together on one line if possible,else it can break after the word "together." That would be two places !!
- CENTER :- The following
underlined part is centered
Try resizing !!
- HORIZONTAL RULES :- Text before
<hr>
tag
Text after a
<hr style="width: 25%; text-align: left;">
<hr style="width: 10%;">
<hr style="width: 75%; text-align: right;">
Blockquote tag with other Block & Formatting Paragraph Style Tags
Blockquote tag with other Block & Formatting Paragraph Style Tags.
The following text is enclosed in the Blockquote Tag: (Read the text to verify)
- HEADING :-
This is heading H4
- PARAGRAPH :-
This paragraph is aligned to the right.
This paragraph of text is aligned to the center.
- ADDRESS :- The email address is within the address tags. chitra@netscape.com
- DIVISION :-
Div tag is supported only by the Netscape Browser (style="text-align: center;"
)The<div>
tag divides the document into seperate divisions, and has a variety of formatting options that lets you define a unique style for each division. This part has CSS declarationtext-align: right;
!!- EXAMPLE :-
This tag is a deprecated element of HTML 2.0. The <xmp> tag formats text just like the <pre> tag with a specified width of 80 characters.- LISTING :-
The <listing> tag is a deprecated element of HTML 2.0. It has the same effect on text formatting as the <pre> tag with a specified width of 132 characters.- PRE-FORMATTED TEXT :-
The part below is in pre tags:
Below is a figure of a cow !! Moo ( ) (oo) \/-------\ || | \ ||---W|| * || ||
Next Test: listing tag test (preformat)