📄 untitled-1.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.abc {
font-family: "仿宋_GB2312";
font-size: 16pt;
font-weight: normal;
color: #0000FF;
height: 50px;
width: 200px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thick;
border-left-width: thin;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #000000;
}
.unnamed1 {
font-size: 24px;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 36px;
color: #0000FF;
background-color: #FFCC00;
}
-->
</style>
</head>
<body >
<p> </p>
<form action="index.asp" method="post" enctype="multipart/form-data" name="form1">
<textarea name="textfield" class="abc"></textarea>
<input type="hidden" name="hiddenField">
<textarea name="textarea"></textarea>
<input type="checkbox" name="checkbox" value="checkbox">
<input type="radio" name="radiobutton" value="radiobutton">
<p>
<label>
<input type="radio" name="RadioGroup1" value="单选">
单选</label>
<input name="imageField" type="image" src="Water%20lilies.jpg" width="80" height="60" border="0">
<br>
<label>
<input type="radio" name="RadioGroup1" value="单选">
单选</label>
</p>
<p>
<input type="file" name="file">
</p>
<p>
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</p>
<p><label>hghgjhgjkhjkhkjjkl
</label>
</p>
<p><fieldset><legend>rs</legend>nfhgkfk</fieldset>
<p>
<script >
var window_id;
function show(){
window_id=open("","","width=200,height=200,toolbar=0,menubars=0,status=0,resizable=0,location=0");
window_id.document.open("text/html");
window_id.document.write("这是一个Document方法实例");
window_id.document.clear();
window_id.document.close();
//window.focus();
}
function closewindow(){
//window_id.close();
}
</script>
<input name="Submit3" type="button" class="unnamed1" onClick="show();" value="打开">
<input name="Submit322" type="button" class="unnamed1" onClick="" value="清除文本">
<input name="Submit32" type="button" class="unnamed1" onClick="closewindow();" value="关闭">
</p>
<iframe src="index.htm" width="200" height="200"></iframe>
<p><br>
<script language="javascript">
window.frames[0].scroll(200,200);
</script>
</p>
</p>
</form>
<p>
<label></label>
</p>
<p>
<label></label>
</p>
<p>
<label></label>
</p>
<p>
<label></label>
</p>
<p>
<label></label>
</p>
<script language="javascript">
var str1=new String("05软件2");
var str2="直接赋值";
str1=str1.fontsize(7);
str1=str1.fontcolor("blue");
str2=str2.fontcolor("red");
str2=str2.link("#A13");
document.write("======================");
document.write(str1);
document.write("<br>======================");
document.write(str2);
document.write("<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p>");
document.write("<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p>");
document.write(str1.anchor("A13"));
document.write("<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p><p>");
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -