| Directory | Forum | Gallery | Europe Guide | Facts & Trivia | Genetics | History | Linguistics |
| Austria | France | Germany | Ireland | Italy | Portugal | Spain | Switzerland |
this text is indented
<script type="text/javascript">
<!--
alert("Hello world!");
//-->
</script>
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
echo $myvar . "\n";
}