tryit_view.asp@filename=tryhtml_image_align

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

ASP@FILENAME=TRYHTML_IMAGE_ALIGN
48
字号
<html>
<body>

<p>
An image 
<img src="hackanm.gif"
align="bottom" width="48" height="48"> 
in the text
</p>

<p>
An image 
<img src ="hackanm.gif"
align="middle" width="48" height="48"> 
in the text
</p>

<p>
An image 
<img src ="hackanm.gif"
align="top" width="48" height="48"> 
in the text
</p>

<p>Note that bottom alignment is the default alignment</p>

<p>
An image 
<img src ="hackanm.gif"
width="48" height="48"> 
in the text
</p>

<p>
<img src ="hackanm.gif"
width="48" height="48"> 
An image before the text
</p>

<p>
An image after the text
<img src ="hackanm.gif"
width="48" height="48"> 
</p>

</body>
</html>

⌨️ 快捷键说明

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