BLOCKQUOTE ELEMENT

This tag used to quote some text of the webpage. It is almost like CENTER element, text is shown in middle. The format is
<BLOCKQUOTE>..............................<BLOCKQUOTE>

Example:

<HTML>
<HEAD>
<TITLE> This is BlockQUOTE Element Example </TITLE>
</HEAD>
<BODY>
Whether you are a seasond word user or a first timer, this book meets you at your current level and helps you grow from there.
<BLOCKQUOTE>
If you are already familier with HTML's functionality, you will find plenty of help to streamline and enhance your work
</BLOCKQUOTE>
</BODY>
</HTML>

BLOCKQUOTE ELEMENT EXAMPLE

If you do not know how to save your program then please visit another post to save it. That post link is Lets Start

I hope this will help you to understand, practice it and if you found any problem let me know in comment or email me in srv2013@gmail.com. Best of Luck

Related Posts:

  • DIVISION ELEMENT With this tag we can arrange our document in different format. In this tag the other elements are TABLE, PARAGRAPH, HEADING. The format is <DIV>..............................................................</DIV>… Read More
  • BLOCKQUOTE ELEMENT This tag used to quote some text of the webpage. It is almost like CENTER element, text is shown in middle. The format is <BLOCKQUOTE>..............................<BLOCKQUOTE> Example: <HTML> <HEAD&g… Read More
  • Horizontal Line ElementWith this tag you can draw Horizontal line under document. Only in special occasion we need to use this one, for example after contact us details. Format: <HR> Code: <HTML><HEAD><Title> Horizontal … Read More

0 comments:

Post a Comment