Lab 1: Getting Started

Create a web page using Notepad++
  1. Open NotePad++
  2. Type the html
    <html>
      <head>
         <title>First Page</title>
      </head>
      <body>
         <h1>Simple page</h1>
         <p>This is my first web page!</p>
      </body>
    </html>
        
  3. Document the code in the head section with
    Your Name
    The purpose: First lab
  4. Add a link to sru's home page
  5. Add an image