border for blockquote : blockquote : Text Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Text Attributes » blockquote »

 

border for blockquote


 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title></title>
<style>

blockquote {
    border-left-style: dashed;
    border-left-width: 4px;
    border-left-color: #ffcc00;
    padding: 20px;
}


</style>
</head>
<body>
<h1>header 1</h1>
<p>Do you now?</p>
<p><blockquote>block quote.</blockquote></p>
<p>Did you now?</p>
</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Text Attributes
» blockquote