inline.html

来自「php源码 php源码参考」· HTML 代码 · 共 12 行

HTML
12
字号
<html>
<head>
  <title>Sales report</title>
<head>
<body>
<h1>Sales</h1>
<p>This month's sales are shown below.</p>
<img src="simplegraph.php" height=200 width=200 alt="Sales going down">
<p>Next month should show some improvement.</p>
</body>
</html>

⌨️ 快捷键说明

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