12.13 不允许窗口出现滚动条.htm

来自「一些javascript的小例子希望对初学者有更好的帮助」· HTM 代码 · 共 31 行

HTM
31
字号
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>标题页</title>
</head>
<body style="overflow-x:hidden;overflow-y:hidden">
<input type=text name="txt1" value="this is test!">
<input type=button value="转换文本""><br />
把页面拉伸到最小,看是否能够出现滚动条<br />
<?xml version="1.0" encoding="utf-8" ?>
<table border="1">
	<tbody>
		<tr>
			<th>gdghfhgf</th>
			<th>dghfh</th>
			<th>dgh</th>
		</tr>
		<tr>
			<th>fghgf</th>
			<th>dfghf</th>
			<th>dghf</th>
		</tr>
		<tr>
			<th>gfhgf</th>
			<th>ghfhgfh</th>
			<th>27</th>
		</tr>
	</tbody>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?