CS174
Chris Pollett
Sep 16, 2020
<li style="list-style-image: url(mybullet.png)"> item </li>
body {background-image: url(background.jpg);}
<style type="text/css">
p.first {position: absolute; top:1in; left:2in;}
p.second {position: relative; left:-1in;}
</style>
<p class="first">displays one inch down
two inches from left of top of screen</p>
<p class="second">displays 1inch to the left
of where the first paragraph finished</p>
<input type="text" name="fname" accesskey="f" />