Pages

CSS Line border in Table

Example



<!DOCTYPE html>
<html>
<head>
<style>
p
{
border-top-style:dotted;
border-right-style:solid;
border-bottom-style:dotted;
border-left-style:solid;
}
</style>
</head>

<body>
<p>2 different border styles.</p>
</body>
</html>


No comments:

Flag Counter
| Copyright © 2013 Remote Tutor