HTML blockquote Tag

PHOTO EMBED

Tue Feb 08 2022 09:09:22 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javasc #java #php #sass

<!DOCTYPE html>
<html>
<head>
    <title>Example of HTML blockquote tag</title>
</head>
<body>
    <blockquote>
        <p>This is an example of a long quotation.</p>
    </blockquote>
</body>
</html> 

content_copyCOPY

https://elementtutorials.com/ref/blockquote.html