<html> <head></head> <body> <?php foreach ($items as $item) { ?> <span><?php echo $item; ?></span> <?php } ?> </body>