📄 delsecker.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: 24px;
font-weight: bold;
font-style: italic;
background-color: blue;
}
body {
//background-color: yellow;
}
p {
}
div {
background-color: yellow;
}
.STYLE2 {
font-weight: bold;
}
-->
</style>
</head>
<body>
<p align="left" class="STYLE1">删除病人</p>
<hr align="left"><--“hr align="left"”这条这句代码就是左对齐的直线一条、哪么要把left改成center或者是right哪么意思就是中间对齐和右对齐!-->
<form action="secker_del.php" method="post">
<div align="left">
<p class = "STYLE2">请输入病人的ID号,即可删除...<br />
</p>
<p class = "STYLE3">
<input name="id" type="text" id="id" />
<br />
</p>
<p class = "STYLE4">
<input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="清除" />
</p>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -