HandWiki:Help/Html: Difference between revisions

From HandWiki
imported>Jworkorg
m (Protected "HandWiki:Help/Html" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(No difference)

Latest revision as of 05:28, 29 July 2021

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.