Here's an example of a html template with css, I want to send it to a printer without the help of the WebBrowser Control as my application is mvc anf angularjs and it's dedicated to web forms.
<html>
<body>
<div>
<p font-size:4 >
Test printing a html template.
</p>
</div>
</body>
</html>