Python起步之编写网页初探杂记

<DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style type="text/css">
	 label{
	 	color: red;
	 	font-size: 15px; 
	 }
	 body{
	 	background-color: #00FF7F;
	 }
	</style>
</head>
<body>
		<P>
			好好< >学习,天天向上
		</p>
		<p>
			<img src="http://172.18.0.4:801/eportal/extern/xupt-wlan/ip/1/0623362c07beff7a064233a7a7d1666a.jpg" alt="程序员吃饭去了!">
			点击文字,进入登录页:
			<a href="http://172.18.0.4/">登录</a>
		</P>
		<p>点击图片登录:
		<a href="http://222.24.62.120/"><img src="http://222.24.62.120/logo/login_pic.png"></a>
		</p>
		<p>
			<form>
				姓名:<input type="text" name="name">
				学号:<input type="text">
				密码:<input type="password">
			</form>
			<form action="http://www.baidu.com" method ="post">
				性别:<input type="radio" name="sex">男 
				<input type="radio" name="sex">女     <br>
				爱好:<input type="checkbox" name="habbise"> 足球 
					  <input type="checkbox" name="habbise"> 篮球 
					  <input type="checkbox" name="habbise"> 乒乓球 
					  <input type="submit" name="" value="提交">
			</form>
		</p>
		<p>
			<ol>
				<li>列表1</li>
				<li>列表2</li>
				<li>列表3</li>
			</ol>
			<table border="2">
				<tr>
					<td>李进伟</td>
					<td>男</td>
					<td>04151177</td>
				</tr>
				<tr>
					<td>李文浩</td>
					<td>男</td>
					<td>04151182</td>	
				</tr>
				
			</table>
		</p>
		<p>
			<label>籍贯:</label><br>
			省/直辖市:
			<select name="site">
				<option value="0">北京</option>
				<option value="1">上海</option>
				<option value="2">济南</option>
				<option value="3">呼和浩特</option>
			</select>
		</p>
		<p>
			姓名:<input type="text" name="name"><br>
			<input type="file" name="icture">
		</p>
		<p>
			<label>个人描述</label>
			<textarea name="about"></textarea>
			<input type="reset" value="重置">
		</p>
</body>
		<frameset cols="33%,33%,33%">
			<frame src="http://m.jd.com"></frame>
			<frame src="http://222.24.62.120"></frame>
			<frame src="http://172.18.0.4:801"></frame>
		</frameset>
</html>

具体代码介绍之后给出,未完待续。。。。。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值