HandWiki:Help/Html

From HandWiki
< HandWiki:Help
Revision as of 05:28, 29 July 2021 by imported>Jworkorg (Protected "HandWiki:Help/Html" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.