Home | Previous | Next Introduction to the Web And HTML

Some Important HTML Elements

<H2>Block-Elements</H2>

<P>Here is a regular 
paragraph of text. Notice how it 
flows between the margins, 
</P>

<BLOCKQUOTE>
  Here is some blockquoted text. 
  Notice how this is inset at the 
  left and right margins -- this 
  is how blockquoted text is 
  generally (but not always) 
  displayed.  <P 
  ALIGN="right"> Of course, 
  paragraphs can appear inside a 
  blockquote, and can re-adjust 
  the alignment within the block.
</BLOCKQUOTE>
<HR>
<HR SIZE=5 ALIGN="left" 
    WIDTH="60%" NOSHADE>
<HR SIZE=10>
<HR WIDTH="100" SIZE=10>

Block-Elements

Here is a regular paragraph of text. Notice how it flows between the margins,

Here is some blockquoted text. Notice how this is inset at the left and right margins -- this is how blockquoted text is generally (but not always) displayed.

Of course, paragraphs can appear inside a blockquote, and can re-adjust the alignment within the block.









Home | Previous | Next Introduction to the Web And HTML