<html> <head> <style> span{position:relative; top:20px} i{position:relative; top:-10px} down{position:relative; top:-20px} </style> </head> <body> This is an <span>example</span> for <i>relative</i> <blockquote class="down">positioning</blockquote>. </body> </html>