simpleprojpage.html

来自「source code for the Marco Cantu s book D」· HTML 代码 · 共 13 行

HTML
13
字号
<html><head>
  <title>Simple Project Page
</title>
</head>

<body>
  <img height="30" src="images/athena.gif" width="30" align="left" border="0">
  <h1>Simple Project Page</h1>
  <p>This is the placeholder for the Project Page for this project, just to figure out how it works...</p>
  
</body>
</html>

⌨️ 快捷键说明

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