Code Editor Panel
Home
HTML Tutorial
HTML Quotation
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p>Here is a quote from Lorem Ipsum</p> <blockquote cite ="https://www.lipsum.com/"> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </blockquote> </body> </html>
Output