范例
下面的例子显示了XHTML文件基础结构:
运行打印
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>元素var</title>
</head>
<body>
以下是javascript代码:<br>
<var>var</var> useinf=prompt('请输入您的名字','');
document.write('您的名字:'+useinf);
</body>
</html>