Listing 1.2. Strona WWW z powitaniem Hello, world!
<!DOCTYPE...>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
  <head>
    <title>Pierwsza strona w Zend Framework!</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
<body>

<h1>Hello, world!</h1>

</body>
</html>