CorneliOS HTML5 and CSS3 Test page


CornelioSCRIPT, ExtHTML & BBCode


Text 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:
a system table

Code:
<table>
<title>system table</title>
<row>system table</row>
<row>system table</row>
</table>

Result:
a system table
a system table
a system table

Code:
<window type="rounded" color="red" width="200">
<title>window</title>
<row>window</row>
<title>window</title>
<row>window</row>
</window>

Result:
a window
a window
a window
a window

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


default_table default_table
default_table default_table

wide_table wide_table
wide_table wide_table

pad10 pad10
pad10 pad10