<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
<html> | |
<head> | |
<title>CSS 2.1 Test Suite: border</title> | |
<style type="text/css"> | |
p { color: blue; } | |
div { margin: 2em; color: red; } | |
img { border: 0px; } | |
</style> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-properties" title="8.5 Border properties"> | |
</head> | |
<body> | |
<p> There should be no border around the cat: </p> | |
<div> <a href="http://test.example.org/"><img alt="FAIL (image support required)" src="support/cat.png"></a> </div> | |
</body> | |
</html> |