tryit_view.asp@filename=trydhtml_position_absolute
来自「W3Schools tutorial..web designing」· ASP@FILENAME=TRYDHTML_POSITION_ABSOLUTE 代码 · 共 24 行
ASP@FILENAME=TRYDHTML_POSITION_ABSOLUTE
24 行
<html>
<head>
<style>
h1.x
{
position:absolute;
left:100px;
top:150px;
}
</style>
</head>
<body>
<h1 class="x">This is a heading</h1>
<p>With absolute positioning, an element can be placed anywhere on a page.</p>
<p>The LEFT position of the heading is 100 pixels from the left of the page.
The TOP position is 150 pixels from the top of the page.</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?