stustust.gif shows a simple "Hello World" code example.<?xml version = "1.0" encoding = "UTF-8" ?><%@ page contentType="application/vnd.wap.xhtml+xml; charset=UTF-8" %><html xmlns=http://www.w3.org/1999/xhtml><head><link rel="stylesheet" type="text/css" href=hello.css"/><title>Hello World Example</title></head><body><div>HelloWorld!</div></body></html>