Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
blockquote.html
blob: c88074fc234e40ef1099b74a7983e7b5b0e9a392 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<blockquote>
<p>
First blockquote has a child element.
</p>
</blockquote>
<blockquote>
Second blockquote has no child.
</blockquote>
</body>
</html>