Team:Paris Bettencourt/Wiki Examples
From 2013.igem.org
<body>
Wiki How To...
Structuring and Formating
Basic Text Formating
Headings
There are six levels of headings: <h1>, <h2>, <h3>, <h4> <h5>, and <h6>.
Paragraphs
The tags to mark the beginning and end of a paragraph are
<p> <p>
Line Breaks
Line breaks are done using <br /\/>Pre-formated Text
If you which to format text as written in source code, you can use
<pre> <pre>
Here is an example of preformated text function foo (x){ y = x + 1; }
Links and Navigation
Images, Audio, and Video
Tables