Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<head>
<title>Pagination with Borders</title>
<style type="text/css">
div {
height: 200px;
width: 300px;
border: solid silver;
border-style: none solid;
background: green;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>