<!DOCTYPE html> <html> <head> <title>For</title> </head> <body> <ul> for i in 0..$(fruits) { <li>$fruits[i]</li> } </ul> </body> </html>