012_fieldset.html

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>span</title>
</head>
<body>
<fieldset>
<legend>login</legend>
<label for="username">username:</label>
<input id="username" type="text" name="xx">
<br>
<label for="password">password:</label>
<input id="password" type="text" name="xx">
</fieldset>
</body>
</html>

posted on 2018-09-16 22:53  langjitianyadaolao  阅读(81)  评论(0编辑  收藏  举报

导航