Forum Moderators: not2easy
<img /> element, since it seems like what you're after is more a "design point" rather than a "function". I would put it as a background image to the heading:
h1 { background: #fff url('/images/heading-bullet.png') no-repeat 0 100%; } .. will place it "floated to the right" :)