分享web开发知识

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

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

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

发布时间:2023-09-06 01:17责任编辑:赖小花关键词:暂无标签

用div,form制作登录页面,尽可能做得漂亮。

练习使用下拉列表选择框,无序列表,有序列表,定义列表。

观察常用网页的HTML元素,在实际的应用场景中,用已学的标签模仿制作。

<!DOCTYPE html><html lang="en"><head> ???<meta charset="UTF-8"> ???<title>mis0069</title></head><body> ???<div id="container" style="width:400px;"> ???????<div id="header" style="color:gray;"><h2 align="center" style="margin-bottom:0;">登录</h2></div> ???????<div id="content" style=" background-color:AliceBlue;height:150px; width:400px;float:left;"> ???????????<form> ???????????????username:<input type="text" name="fitstname" placeholder="请输入用户名" ><br> ???????????????password:<input type="password" name="code"placeholder="请输入密码"><br> ???????????????????????<input type="radio" checked="checked" name="a" value="stu">学生 ???????????????????????<input type="radio" name="a" value="teacher">老师<BR> ???????????????????????<input type="submit" name="but1" value="登录"> ???????????????????????<input type="reset" name="but2" value="重置"> ???????????</form> ???????<div id="footer" style="background-color:AliceBlue;clear:both;text-align:center;">欢迎使用登录系统</div> ???????</div> ???????<div id="container1" style="width:400px;"> ???????<div id="header1" style="color:gray;"><h2 align="center" style="margin-bottom:0;">搜索</h2></div> ???????<div id="content1" style="background-color:Bisque;height:260px; width:400px;float:left;"> ???????????<form> ??????????????<select> ??????????????????<option>请选择</option> ??????????????????<option></option> ??????????????</select> ???????????</form> ???????????<ul> ???????????????<li>专业与课程建设</li> ???????????????<li>人才培养方案</li> ???????????????<li>教研室建设</li> ???????????????<li>教学通讯</li> ???????????????<li>教师技能大赛</li> ???????????</ul> ???????????<ol> ???????????????<li>无序列表1</li> ???????????????<li>无序列表2</li> ???????????</ol> ???????<div id="footer1" style="background-color:Bisque;clear:both;text-align:center;">欢迎使用搜索系统</div> ???????</div> ???</div></body></html>

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

原文地址:http://www.cnblogs.com/wgd0069/p/7662682.html

知识推荐

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