this text is indented
<script type="text/javascript"> <!-- alert("Hello world!"); //--> </script>
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
echo $myvar . "\n";
}
<img src="image.gif" alt="image" /> <a href="testing.html" target="_blank">Testing</a>
- //Posted by , a member of the Cronus Community - https://cronusmax.com/forums
-
- //Posted : Saturday 27th of February, 2021 7:30 UTC
-
- /** Sample **/ echo "Hello World";