Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<title>CSS Test: Border-bottom set to border-style border-color border-width</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<meta name="assert" content="The 'border-bottom' shorthand property sets the 'border-style', 'border-color' and 'border-width' for the bottom border." />
<style type="text/css">
div
{
border-bottom: dashed blue 5px;
height: 1in;
}
</style>
</head>
<body>
<p>Test passes if there is a dashed blue line below.</p>
<div></div>
</body>
</html>