You have to change < to < and > to > otherwise your code gets rendered by the browser. So your code has to look like this:
<pre class="prettyprint">
<div style="padding:3px 0px">
<asp:Label ID="lblTotalAns" runat="server" Text="0 Answers" CssClass="ansHeading" />
</div>
</pre>
I have created a simple example with your html source: http://jsfiddle.net/aSb76/
This can also be seen in prettify tests source and the result page.
The basic setup on howto include prettify.js is described in the README.
I have no clue about escaping in ASP, but the first search result in Google for something
like 'asp encode html entities' brought up <%= Server.HTMLEncode(sValue) %>. Maybe you can use this.