tryit_view.asp@filename=trycss_vertical-align

来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYCSS_VERTICAL-ALIGN 代码 · 共 26 行

ASP@FILENAME=TRYCSS_VERTICAL-ALIGN
26
字号
<html>
<head>
<style type="text/css">
img.top {vertical-align:text-top}
img.bottom {vertical-align:text-bottom}
</style>
</head>

<body>
<p>
This is an 
<img class="top" border="0" 
src="logocss.gif" width="95" height="84" />
image inside a paragraph.
</p> 

<p>
This is an 
<img class="bottom" border="0" 
src="logocss.gif" width="95" height="84" />
image inside a paragraph.
</p>
</body>

</html>

⌨️ 快捷键说明

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