xxxxxxxxxx
<html>
<head>
<style>
blockquote {
padding: 10px;
border: 1px solid gray;
margin: 10 0;
}
</style>
</head>
<body>
<h1>Contenteditable Attribute for the blockquote Element</h1>
<p>
The blockquote below has been made editable. Feel free to alter the text in the box.
</p>
<blockquote contenteditable="true">Write a quote here</blockquote>
</body>
</html>