A HTML renderer made by me, that supports the following elements and tags: <h1> The biggest header. <h2> A smaller header. <h3> The smallest header <p> A simple paragraph. supports RGB colors, and color "words". Example: <h2 style="color:MediumSeaGreen;">Medium sea green color.</h2> Or RGB: <h2 style="color:rgb(255,10,255);">Some pink color example.</h2>