Contents |
Welcome to the SandboxFeel free to add or edit anything on this page to try out wiki editing features. You can click on the edit tab at the top of the page to edit the entire page at once, or you can click the pencil and paper icon floating to the right of any section heading to edit only that section. You might want to look at this wiki syntax guide for common editing usage.
Please play nicely and keep this introductory section intact for others.
Change anything from here down...
| header 1 | header 2 | header 3 |
|---|---|---|
| row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
| row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |
Here's a basic table:
| header 1 | header 2 | header 3 |
|---|---|---|
| row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
| row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |
%)
Another SectionLinking to a website is easy.
Clicking on the second one too.添加一个链接新浪网 粗体BlodGoogle 粗体BlodGoogle
Sub-sectionFoo...
var foo = function(){ alert('Welcome to Switzerland!'); }
funtion say($word) { echo $word; } say('Hiee');
<?php echo "hello"; ?>
| Summary: <Tutorial Summary> |
| Author: <Your lol Name> |
| Published: <Date Published> |
| Version: <Current Version> |
| Ext Version: 1.1 |
| License: |
| Demo Link: [<Working Demo Url> View Demo] |
| Forum Post: [<Forum Post Url> View Post] |
Strike-through text
More ExamplesCreates an item in a select list.
Examples (all the examples are deprecated, use CSS equivalents if possible):
<font color="green">text</font> creates green text.
<font color="#1f4099">text</font> creates text with hexadecimal color #1f4099.
<font size="4">text</font> creates text with size 4. Sizes are from 1 to 7. The standard size is 3, unless otherwise specified in the <body> or other tags.
<font size="+1">text</font> creates text with size 1 bigger than the standard.. <font size="-1">text</font> is opposite.
<font face="Courier">text</font> makes text with Courier font.
Equivalent CSS for font attributes:
<font size="N"> corresponds to {font-size: Yunits} (the HTML specification does not define the relationship between size N and unit-size Y, nor does it define a unit).
<font color="red"> corresponds to {color: red}
<font face="Courier"> corresponds to {font-family: "Courier"}