Team:Evry/wiki-guidelines

From 2012.igem.org

(Difference between revisions)
(Created page with "In order to keep our wiki clean please follow these guidelines when writing HTML code: To put a title use the h1,h2,h3 tags: "<h1> put your title here </h1>" <h1> My title </h...")
Line 3: Line 3:
To put a title use the h1,h2,h3 tags:
To put a title use the h1,h2,h3 tags:
-
"<h1> put your title here </h1>"
+
<pre><h1> put your title here </h1></pre>
-
<h1> My title </h1>
+
<h1> h1 title </h1>
-
<h2> My subtitle </h2>
+
<h2> h2 title </h2>
-
<h3> My subsubtitle </h3>
+
<h3> h3 title </h3>

Revision as of 11:41, 13 July 2012

In order to keep our wiki clean please follow these guidelines when writing HTML code:

To put a title use the h1,h2,h3 tags:

<h1> put your title here </h1>

h1 title

h2 title

h3 title