<html> | |
<head> | |
<style type="text/css"> | |
</style> | |
</head> | |
<body> | |
<h1>Html Heading</h1> | |
<P style="position: relative; margin-right: 10px; left: 10px;"> | |
I used two red hyphens to serve as a change bar. They | |
will "float" to the left of the line containing THIS | |
<SPAN style="position: absolute; top: auto; left: -1em; color: red;">--</SPAN> | |
word.</P> | |
<h2>Html Heading</h2> | |
<p>fzz</p> | |
</body> | |
</html> |