周总结

周总结:

学习了HTML的相关知识

今天的内容

学习了input标签的用法

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
    <title>Title</title>
</head>
<body>
<input type="text" value="文本编辑框">
<input type="password" value="密码">
<input type="number" value="123456">
</body>
</html>

 问题:无

明天的打算:

继续学习HTML

原文地址:https://www.cnblogs.com/MXming/p/14162296.html