Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>JS计算器,贷款利率计算器</title>
<style> /* 这是一个CSS样式表:定义了程序输出的样式 */
body{ font-size:12px;}
.output { font-weight: bold; } /* 计算结果定义为粗体 */
#payment { text-decoration: underline; } /* 定义 id="payment" 的元素样式 */
#graph { border: solid black 1px; } /* 图表有一个1像素的边框 */
th, td { vertical-align: top; } /* 表格单元格对齐方式为顶端对齐 */
</style>
</head>
<body>
<table>
CSS代码...
xxxxxxxxxx
JS代码...