Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html public "-//w3c//dtd html 3.2//en">↩
<html>↩
<head>↩
<title>bordercolor</title>↩
<style>↩
table, td {↩
border-color: green;↩
}↩
</style>↩
</head>↩
<body >↩
<table border="1" bordercolor="blue">↩
<tr><td>c1</td></tr>↩
</table>↩
</body>↩
</html>↩