Guest User

Untitled

a guest
Jan 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <!--
  2. Created with PHP/CSS
  3. All rights reserved
  4. -->
  5.  
  6. <!DOCTYPE html>
  7. <html lang="en">
  8. <head>
  9. <meta charset="utf-8">
  10. <title>Shout it!</title>
  11. <link href="wall.css" media="screen" rel="stylesheet" type="text/css"/>
  12. </head>
  13. <body>
  14.  
  15. <div id="container">
  16.  
  17. <div id="topbar">
  18.  
  19. <div id="userpanel">
  20. This is were some kind of news feed will be or messages to the user like 'welcome' | Username
  21. </div>
  22.  
  23. </div>
  24.  
  25. <div id="form">
  26. <form>
  27. <input type="radio" name="sex" value="male" class="radio" /> Male<br />
  28. <input type="radio" name="sex" value="female" class="radio" /> Female<br />
  29. <select name="Country" class="dropdown">
  30. <option value="volvo">Sweden</option>
  31. <option value="saab">Denmark</option>
  32. <option value="fiat">USA</option>
  33. <option value="audi">Norway</option>
  34. </select>
  35. </form>
  36. </div>
  37.  
  38. </div>
  39.  
  40. </body>
  41. </html>
Add Comment
Please, Sign In to add comment