You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
640 B
HTML

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" subLang="en" xml:subLang="en">
<head>
<title>b tag outline dashed</title>
<style type='text/css'>
p {width:200px;}
b {outline: #00FF00 5px dashed;}
</style>
</head>
<body>
<p>Inside this paragraph the word in <b>bold</b> is going to have an outline.<br><br>
Love grows by giving.<br>
The love we give away is the only love we keep.<br>
The only way to retain love is to give it away.<br><br>
<b>Elbert Hubbard</b></p>
</body>
</html>