blockquote
element to mark up block quotations.
blockquote
element.
body
element content is greater than 10 characters (English) then this error will be generated.
Question | Have all long quotations been marked with the blockquote element? |
---|---|
PASS | All long quotations have been marked with the blockquote element. |
FAIL | All long quotations are not marked with the blockquote element. |
blockquote
element.blockquote
element.blockquote
element.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #131 - Negative</title> </head> <body> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #131 - Positive</title> </head> <body> <p>It was a dark and stormy night.</p> </body> </html>