标签:utf-8 oct pass put title text span ext type
<!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>
标签:utf-8 oct pass put title text span ext type
原文地址:https://www.cnblogs.com/liujun5319/p/9657939.html