Team:Aachen/HTMLprimer

From 2014.igem.org

(Difference between revisions)
Line 41: Line 41:
Please do not alter any of the include files like footer or header!
Please do not alter any of the include files like footer or header!
 +
</p>
 +
 +
<p>
 +
As a general side note. In HTML you <b>must</b> have (requirement!) a closing tag (starting &lt;/ <it>something</it>&gt) for each opened tag (&lt;<it>something</it>&gt)!
</p>
</p>
Line 70: Line 74:
<!-- TEXT STARTS HERE -->
<!-- TEXT STARTS HERE -->
 +
<h4> Structuring your text</h4>
 +
 +
<p>
 +
HTML knows some structuring elements. This section will tell you something about headings and paragraphs.
 +
</br>
 +
</br>
 +
In HTML it is fairly easy to create a header. You can use the &lt;h1&gt; tags, where &lt;h1&gt creates the biggest header, and &lt;h6&gt is the smallest.
 +
</p>

Revision as of 22:36, 3 May 2014

iGEM 2014 HTML Primer

everything a biologist1 needs to know

You will find an empty template of our website always here. Please do not alter that version. You can see who altered a file the last. So ^_^ beware!

Also for our all convenience, please restrict yourself to only edit text inbetween the following tags. If you happen to edit something other this is at your own risk, and most likely you will have to repair it on your own. Please do not alter any of the include files like footer or header!

As a general side note. In HTML you must have (requirement!) a closing tag (starting </ something&gt) for each opened tag (<something&gt)!

Structuring your text

HTML knows some structuring elements. This section will tell you something about headings and paragraphs.

In HTML it is fairly easy to create a header. You can use the <h1> tags, where <h1&gt creates the biggest header, and <h6&gt is the smallest.

1. [In this sense, any biology related study program is meant.]