Input
Output
<!DOCTYPE html> <html> <head> <title>Quote Example</title> </head> <body> <h3>Famous Quote</h3> <blockquote cite="https://en.wikipedia.org/wiki/Albert_Einstein"> "Imagination is more important than knowledge." </blockquote> <cite>— Albert Einstein</cite> </body> </html>