1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE html> <style> * { margin: 0; padding: 0; </style> test <div style="position: absolute; top: 0; left: 0; margin-left: 1ch; margin-top: 1em"> with top/left </div> <div style="position: absolute; margin-left: 1ch; margin-top: 1em"> without top/left </div>