📄 tryit_view.asp@filename=trycss_vertical-align
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -