CornelioSCRIPT, ExtHTML & BBCodeText formatting
Code:
Text will be simply displayed, you may use HTML coding for <b>old</b> , <i>talic</i> , <u>nderline</u> , <s>trikethrough</s> or <tt>eletype text</tt> .<br> Using BBCode: <span style="font-weight:bold">old</span> Result: Text will be simply displayed, you may use HTML coding for bold, italic, underline, strikethrough or teletype text.
Using BBCode: bold Tables
Code:
<table> <row>system table</row> </table> Result:
Code:
<table> <title>system table</title> <row>system table</row> <row>system table</row> </table> Result:
Code:
<window type="rounded" color="red" width="200"> <title>window</title> <row>window</row> <title>window</title> <row>window</row> </window> Result:
Buttons
Code:
<buttons> <row> <a href="/" class="button">link</a> ; <input type="submit" name="a submit button" value="a submit button" class="button"> ; <input type="submit" name="a button" value="a button" class="button"> </row> </buttons> Result:
Code:
<buttons> <a href="/" class="button">link</a> ; <input type="submit" name="a submit button" value="a submit button" class="button"> ; <input type="submit" name="a button" value="a button" class="button"> </buttons> Result: | HTML5 & CSS3
|