PNLdev
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
En
English
فارسی
En
English
فارسی
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
Run
<!DOCTYPE html> <html> <body> <h1>blockquote tag example</h1> <p>Here is a quote from PNLdev website:</p> <blockquote cite="http://www.pnldev.com/about-us"> Website PNLdev With more than 5 years of experience in various fields of programming, decided to provide free exclusive and professional training to all Iranian and foreign users and provided this platform for all people. </blockquote> </body> </html>