用HTML 做一个HELLO WORLD

时间:2014-06-20 14:50:44   收藏:0   阅读:225

灰常简单:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<form id="form1" method="post" >
<input type="submit" value="提交" onclick="alert(‘hello world‘)"/>
</form>
</body>
</html>

用HTML 做一个HELLO WORLD,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!