⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tryit_view.asp@filename=trydhtml_position_absolute

📁 W3Schools tutorial..web designing
💻 ASP@FILENAME=TRYDHTML_POSITION_ABSOLUTE
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -