If I wanted to print code on an HTML page, but I want the <pre>
block to be centered, but the actual text to be left aligned, how is this done?
Just to make it simple, what would it take to get this to center so that both lines start at the same place.?
<pre>int i = 0;
i = i + 80000000000;</pre>