Строка кода: <?php echo "Hello, World!"; ?>
Ещё строка кода: <title>Fuck</title>
Блок кода:<html> <title>Sample</title> <link rel="stylesheet" type="text/css" href="style.css"/> <style type="text/css">html, body { font:100.1% Arial; } #content { text-align:center; }</style> <script type="text/javascript">function f(arg) { alert("Hello, World!"); }</script> <!-- Это HTML-комментарий --> <div id="content"><?php // это php-комментарий function f($arg) { echo "Hellow, World!"; f(NULL); } ?></div> </html>