tryit_view.asp@filename=tryhtml_images

来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYHTML_IMAGES 代码 · 共 22 行

ASP@FILENAME=TRYHTML_IMAGES
22
字号
<html>
<body>

<p>
An image:
<img src="constr4.gif"
width="144" height="50">
</p>

<p>
A moving image:
<img src="hackanm.gif"
width="48" height="48">
</p>

<p>
Note that the syntax of inserting a moving image is no different from that of a non-moving image.
</p>

</body>
</html>

⌨️ 快捷键说明

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