📄 h2.html~2~
字号:
<html>
<style type="text/css">
<!--
.style1 {
font-size: large;
font-weight: bold;
}
.style3 {font-style: italic; font-size: medium;}
.style2 {font-size: medium}
-->
</style>
<body>
<div align="center" class="style1">二级标题及文件位置发布</div>
<form action="servlet2" method="post" enctype="multipart/form-data" name="form1">
<table width="361" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="101">一级标题:</td>
<td width="260"><select name="select">
<option selected>体育新闻</option>
<option>娱乐新闻</option>
<option>财经新闻</option>
<option>文化新闻</option>
<option>房产新闻</option>
</select></td>
</tr>
<tr>
<td>二级标题:</td>
<td><input type="text" name="textfield"></td>
</tr>
<tr>
<td>文件位置:</td>
<td><input type="file" name="file"></td>
</tr>
<tr>
<td colspan="2"> <input type="submit" name="Submit" value="确定">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
</table>
</form>
<h1 align="center" class="style3">(二级标题最好与新闻稿件标题一致)</h1>
<p align="center" class="style3"> </p>
<p align="center" class="style3"> </p>
<p align="center" class="style3"> </p>
<p align="center" class="style3"> </p>
<p align="center" class="style3"> </p>
<p align="center" class="style2"><strong>注意:发布前请认真检查输入的标题是否正确</strong></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -