HandWiki:Help/Html
From HandWiki
HTML text can be encoded using the html tags, ie:
<html> My HTML text </html>
You can also use HTML as shown in the example below:
Sample text sample text sample text sample text
which can be programmed as:
<div style="border:1px solid #5599FF; {{Round corners}}; margin: 5px; width=40%; padding-left: 10px;"> Sample text sample text sample text sample text </div>
In order to show these code snippets, we use "jcode" as the keyword (with its closing counterpart). You can also use the "nowiki" tag to show the above line.