本帖最后由 wjcynxw 于 2017-8-12 19:36 编辑
迟来的笔记王金成 学号:A00270
[HTML] 纯文本查看 复制代码 <html>
<head>
<title>
HTML
</title>
</head>
[mw_shl_code=html,true]<html>
<head>[mw_shl_code=applescript,true]<html>
<head>[mw_shl_code=html,true]<html>
<head>[mw_shl_code=html,true]<html>
<head>
</head>
<title>
</title>
<body>
<form action="article.php" method="POST">
<!--文章标题 摘要(多行文本) 类型(下拉菜单) 是否理解发布(是 否) 内容 插图(文件域)
-->
<table align="center" border="1" rules="all" width="150px" bgcolor="#E0D0D0" cellpadding="5">
<caption><h2>添加文章</h2></caption>
<tr>
<th>标题</th>
<td><input type="text" name="title" id="">
</td>
</tr>
<tr>
<th>类型</th>
<td><select name="type" id>
<option value="新闻">新闻</option>
<option value="娱乐">娱乐</option>
<option value="军事">军事</option>
<option value="八卦">八卦</option>
<option value="趣闻">趣闻</option>
</select>
</td>
</tr>
<tr>
<th>立即发布</th>
<td>
<input type="radio" name="is_show" id="" value="yse" checked="checked">立即发布
<input type="radio" name="is_show" id="" value="no">存为草稿
</td>
</tr>
<tr>
<th>插图</th>
<td><input type="file" name="upload" id=""></td>
</tr>
<tr>
<th>摘要</th>
<td><textarea name="descript" id="" cols="25" rows="10"></textarea></td>
</tr>
<tr>
<th>内容</th>
<td><textarea name="content" id="" cols="8" rows="15"></textarea>
</td>
</tr>
<tr align="center">
<td colspan="2"><input
type="submit" value="添加文章"></td>
</tr>
<tr>
<th></th>
<td></td>
</tr>
</table>
</form>
</body>
</html>
</head>
<title>
</title>
<body>
<!--
注册帐号
用户名 密码 确认密码 手机号 邮箱
-->
<form action="6-register.php" method="POST">
<table align="center" border="1" rules="all" cellpadding="5">
<caption><h2>注册</h2></caption>
<tr>
<td>用户名</td>
<td><input type="text" name="user" id=""></td>
</tr>
<tr>
<th>密码</th>
<td><input type="password" name="pass" id=""></td>
</tr>f
<tr>
<th>确认密码</th>
<td><input type="password" name="repass" id=""></td>
</tr>
<tr>
<th>手机号</th>
<td><input type="text" name="tel" id=""></td>
</tr>
<tr>
<th>邮箱</th>
<td><input type="text" name="mail" id=""></td>
</tr>
<tr>
<th></th>
<td><input type="submit" value="注册帐号" ></td>
</tr>
</form>
</body>
</html>[/mw_shl_code]
</head>
<title>
数据提交
</title>
<body>
<form action="./login.php" method="GET">
<!-- 用户名 密码 登陆按钮
三行两列
-->
<table align="center" bgcolor="#DBD2D2" width="150px" cellpadding="10">
<tr>
<th>用户名</th>
<td><input type="text" name="user" id="" />
</td>
</tr>
<tr>
<th>密码</th>
<td><input type="password' name="pass" id="">
1</td>
</tr>
<tr>
<td></td>
<td>
<input type="submit" value="登陆">
</td>
</tr>
</table>
</form>
</body>
</html>[/mw_shl_code]
</head>
<title>
建立表格
</title>
<body>
<table border=10 rules=all width="50" align="keft" cellpadding="12" cellspacing="5" border="#E4D606" rules="no">
<tr>
<th>姓名</th>
<th>性别</th>
<th>年龄</th>
<th>学号</th>
</tr>
<tr>
<td>唐梦</td>
<td>男</td>
<td>16岁</td>
<td>A0156</td>
</tr>
<tr>
<td>陈南</td>
<td>女</td>
<td>15岁</td>
<td>A1212</td>
</tr>
</table>
</body>
</html>[/mw_shl_code]
<body>[HTML] 纯文本查看 复制代码 <html>
<head>
<title>
</title>
</head>
<body>
<p>名言名句</p>
<p>一、人的价值,在遭受诱惑的那一刻就被决定!</p>
<p>这句话是李嘉诚说的。</p>
<p>抱最大的希望,为最大的努力,作最坏的打算!</p><br>
<p>生气是拿别人做错的事来正惩罚自己!</p><br><hr>
<p>链接实验</p>
<a href="HTML1.html">点击链接</a>
<a href="新建文本文档.txt">准备链接</a>
<a href="day1.rar">点不点随你</a>
<a href="HTML1.php?a=80&b=500">点开有惊喜</a>
</body>
</html>
<p>今天天气真好,好想出去散步</p>
<p>可是一想到晚上还要上班,心都碎了。</p>
</body>
</html>[/mw_shl_code]
|