$1 =0;
while ($1++ <5) {
echo "outer
\";
while (1) {
echo "Milddle
\n";
while (1) {
echo "inner
\n";
continue 3;
}
echo "this never gets out.
\n"
}
echo "Neither does this.
\n"
}
?>
This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
Here's how to make a list:
To learn more HTML/CSS, check out these tutorials!