First HTML Example


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <head>
  2. <title>Head First Lounge</title>
  3. </head>
  4. <body>
  5. <h1>Welcome to the Head First Lounge</h1>
  6. <img src="drinks.gif"/>
  7. <p>Join us any evening for refreshing elixirs, conversation and maybe a game or
  8. two of <em>Dance Dance Revolution</em>. Wireless access is always provided;
  9. BYOWS (Bring your own web server).
  10. </p>
  11. <h2>Directions</h2>
  12. <p>You'll find us right in the center of downtown Webville. Come join us!</p>
  13. </body>
  14. </html>

URL: cpsc225-lecture1-first-html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.