Another label associated with the HTML format is <blockquote> paragraphs, which consists of an instruction start and end, which indicates that the paragraph that contains a paraphrased. By using this label on browser displays the text or new paragraph with margins left and right.
The <BLOCKQUOTE> tag is used to represent large quotations in a separate block in the browser’s window. The text enclosed in <BLOCKQUOTE> and </BLOCKQUOTE> tags are indented from left margin as well as from right margin so as to distinguish it from the surrounding text. It ignores the whitespace and requires the use of <BR> tag for line wrapping and spacing. Like other block level elements, it also inserts a blank line before and after the contents enclosed in this tag
Do not abuse the horizontal lines
It is advisable not to use a lot of horizontal lines, limiting the beginning and end of the page. The reason for this is that the lines in the middle of the page are difficult to read. If desired separate a vertical space sections of the appropriate size is most effective.
This corresponds to the code:
My favorite poem is that of Federico Garcia Lorca which reads:
<html> <body> Welcome to ecomputernotes <blockquote> My heart, like a serpent has broken away from your skin, and here I look at my fingers full of wounds and honey </blockquote> The End of the center tag. </body> </html>