Source code
Revision control
Copy as Markdown
Other Tools
<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>