分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 前端开发

第二个web网页

发布时间:2023-09-06 02:14责任编辑:白小东关键词:暂无标签

1.源代码

<!DOCTYPE html>
  <html>
<head>
  <meta charset="UTF-8">--------------------字符编码
  <tittle>Second Web Page</tittle>------------------------网页标题
</head>
  <body>
<form>
    <h1>Second Web Page</h1>---------------------------------------------内容标题
    <label for="userName">ID: ?</label>--------------------------------------给用户界面加标题
    <input type="text" name="名字">
    <p><label for="userName">密码:</label>
    <input type="password" name="密码"></p>----------------------------输入“密码”类型
    <label for="phone">Phone:</label>
    <input type="tel" name="phone">
  <fieldset> ---------------------添加对话框
    <legend>Contact Information</legend> ----------------------------------对话框标题
    <p><input type="checkbox" name="feature" value="tel">
    <label for="tel">Tel</label>
    <input type="checkbox" name="feature" value="email">
    <label for="email">Email</label>
    <input type="checkbox" name="feature" value="address">
    <label for="address">Address</label></p>
  </fieldset>

  <p><input type="submit" value="Sign in"></p>--------------------------------增加键按钮


</form>

</body>
</html>

2.功能

一个简单的用户注册界面

3.感想

标签的使用很有趣,体现很直观。

第二个web网页

原文地址:https://www.cnblogs.com/zl1234/p/9650580.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved