'blockquote' Example : blockquote « HTML Tag Reference « HTML CSS Reference






'blockquote' Example

    
<html>
   <head>
   <title>blockquote element example</title></head>
   <body>
   <p>The blockquote content is indented by 40 pixels.</p>
   <blockquote cite="http://www.java2s.com">Comments Here</blockquote>
   </body>
</html>
           
      
      








Related examples in the same category

1.'blockquote' Syntax and Note
2.'blockquote' HTML Attributes
3.'blockquote' Event Handlers
4.'blockquote' CSS Attributes and JavaScript Style Properties
5.'blockquote' Microsoft Behaviors
6.'blockquote' Microsoft Filters
7.'blockquote' JavaScript Properties
8.'blockquote' JavaScript Methods
9.'blockquote' JavaScript Collections
10.'blockquote' JavaScript Objects