Basic HTML Rendering Engine Press »V« to show the html code. Press »L« to load your own code. You can use this engine to display formated text in your own projects.
Supported tags: h1 h2 h3 h4 b u hr br div center No support for CSS and JS. Only the div block can display the following CSS style properties: color (red, blue, black, green), text-align, font-weight, font-size !!! Don't use spaces in css !!! CSS (div) Example: <div style="color:blue;">blue</div><br><div style="color:red;font-weight:bold">red and bold</div><br><div style="font-size:20px;text-align:center">big center</div>