List
- List item
- List item
- List item
Pikecode
<?
int main()
{
write("Hello world!\n");
return 0;
}
?>
Form
Table
| ID | Name | Age |
|---|---|---|
| 1 | John Smith | 28 |
| 2 | Fred James | 49 |
| 3 | Rachel Johnson | 19 |
<?
int main()
{
write("Hello world!\n");
return 0;
}
?>
| ID | Name | Age |
|---|---|---|
| 1 | John Smith | 28 |
| 2 | Fred James | 49 |
| 3 | Rachel Johnson | 19 |