分享web开发知识

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

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

web基础,用html元素制作web页面

发布时间:2023-09-06 01:18责任编辑:林大明关键词:暂无标签
<!DOCTYPE html><html lang="en"><head> ???<meta charset="UTF-8"> ???<title>Title</title></head><body><h1 align="center">用户登录</h1><div id="centainer"> ???<div id="header" p style="background-color:rgb(192,192,192)"> <h3 align="center">login in</h3></div> ???<div id="centent" align="center"> ?????????<form action="" p style="background-color:rgb(0,255,0)"> ?????????????Username: <input type="text" placeholder="请输入用户名"> ?????????????<br> ?????????????Password: <input type="password" placeholder="请输入密码"> ?????????????<br> ?????????????<input type="radio" name="role" value="student">student ?????????????<input type="radio" name="role" value="teacher">teacher ?????????????<br> ?????????????<input type="checkbox" value="true"><span>记住我</span><a href="登录遇到问题">登录遇到问题</a><br> ??????????????<p align="center"> <input type="button" value="login" onclick="登录验证"> ?????????</form> ????</div> ???<div id="footer" p style="background-color:rgb(255,255,0)"><h5 align="center">版权@</h5></div> ???<p align="center"> ???<select> ???????<option>收藏</option> ???????<option>点赞</option> ???????<option>评论</option> ???</select></p></div></body><style> ???h1{ ???color:red; ???}</style></html>

结果如下图所示:

web基础,用html元素制作web页面

原文地址:http://www.cnblogs.com/yuanyinglin/p/7683870.html

知识推荐

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