qfedu-web/www/form4.html

24 lines
513 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="flykhan" />
<meta name="keywords" content="c c++ 物联网" />
<title>表单4</title>
<style>
body {
color: blue !important;
}
</style>
</head>
<body style="color: red">
<h3>上报数据</h3>
<form>
<input name="title" placeholder="请输入上报数据的名称" /><br />
<label>审核人</label>
<button>提交</button>
</form>
</body>
</html>