...
Code Block | ||||
---|---|---|---|---|
| ||||
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>List of Users - NiftyWebCo, Inc</title> <style type="text/css"> TD.profile { background: url('http://www.example.com/fuzzy.gif') } </style> </head> <body> <div class="nav-top"> Nifty Web Application </div> <h1>List of Users</h1> <div id="alerts"></div> <div> Imagine a table of user account information here. </div> <div class="nav-bottom"> (C) 2012 NiftyWebCo, Inc. </div> </body> </html> |
Scrollbar |
---|