Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <body>
  3. <h2>This is a heading with an absolute position</h2>
  4. <p>With absolute positioning, an element can be placed anywhere on a page. The heading above is placed 100px
  5. from the left of the page and 150px from the top of the page.</p>
  6. </body>
  7. </html>