reworded
reworked the two sentences
This commit is contained in:
committed by
Stuart Taylor
parent
347a3bc397
commit
b7c7661b21
@ -4,10 +4,10 @@ title: Blockquote Tag
|
||||
## Blockquote Tag
|
||||
|
||||
### Purpose
|
||||
The HTML `<blockquote>` element shows that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation.
|
||||
The HTML `<blockquote>` element breaks out a quote from the surrounding content. This allows the reader to clearly see the quotation as material attributed to it's original author.
|
||||
|
||||
### Usage
|
||||
Just like the "H" tags send signals to a reader that the informaiton is important, the blockquote alerts a reader that the information they're reading is from another source. The `<blockquote>` tag can include A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the `<cite>` element.
|
||||
Just like the "H" tags send signals to a reader that the informaiton is important, the blockquote alerts a reader that the information they're reading is from an outside source. The `<blockquote>` tag can include A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the `<cite>` element.
|
||||
|
||||
### Example
|
||||
```html
|
||||
|
Reference in New Issue
Block a user