We'll display the shipping cost below the order total. To add it, code a new p element with the ID shippingTotal.
p
shippingTotal
Make sure to type <p id="shippingTotal"></p>.
<p id="shippingTotal"></p>