<form name="form" method="post" action="#">
<input type="text" name="a">
<input type="text" name="b">
<img src="/i/eg_tulip.jpg" alt="上海鲜花港 - 郁金香" />
<a href="url">Link text</a>
<input type="submit"value="提交">
</form>
<html>
<body> <form action="{:U('Index/login')}" method="post">
name: <input type="text" name="name"><br>
password: <input type="text" name="password"><br>
<img src="{:U('Index/verify')}"/>
<input type="submit"> </form> </body>
</html>