Community
    • Login

    How do I use Notepad++ to validate my work?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    1 Posts 1 Posters 3.2k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Adrian DigginesA Offline
      Adrian Diggines
      last edited by

      <!DOCTYPE html>
      <html>
      <head>
      <title>Web Form Example</title>
      </head>
      <body>
      <h1>Analysis Report-Music Store</h1>
      <form method=“GET”>
      <label for=“firstname”>First Name:</label>
      <input type=“text” name=“firstname” id=“firstname” />
      <br />
      <label for=“Last Name”>Last Name: </label>
      <input type=“text” name=“lastname” id=“laststname” />
      <br /><br>
      Date of birth: dd/mm/yyyy <input type=“text”>
      <br><br>
      Email Address: <input type=“text”>
      <br><br>
      Preferred Telephone Number:<input type=“tel” name=“usrtel”>
      <br><br>
      Address Line 1: <input type=“text”><br>
      Address Line 2: <input type=“text”>
      <br><br>
      Suburb: <input type=“text”>
      <br><br>
      State: <select name=“State”>
      <option value=“act”>ACT</option>
      <option value=“nsw”>NSW</option>
      <option value=“nt”>NT</option>
      <option value=“qld”>QLD</option>
      <option value=“sa”>SA</option>
      <option value=“tas”>TAS</option>
      <option value=“vic”>VIC</option>
      <option value=“wa”>WA</option>
      </select>
      <br><br>
      Country: <input type=“text”>
      <br><br>
      Zip/Post Code:<input type=“text”><br>
      </fieldset>
      </form>
      <br/>
      <input type=“submit” value=“submit” />
      </form>
      </body>
      </html>
      <br>
      <br>

      <address>
      Written by <a href="mailto:D85031873@my.chisholm.edu.au">Adrian Diggines</a>.<br>
      Student ID:D85031873.<br>
      11 Westminster Crt, Somerville, Victoria 3912<br>
      Australia
      </address>

      </body>
      </html>

      Result

      Analysis Report-Music Store
      First Name:
      Last Name:

      Date of birth: dd/mm/yyyy

      Email Address:

      Preferred Telephone Number:

      Address Line 1:
      Address Line 2:

      Suburb:

      State:

      Country:

      Zip/Post Code:

      Written by Adrian Diggines.
      Student ID:D85031873.
      11 Westminster Crt, Somerville, Victoria 3912
      Australia

      1 Reply Last reply Reply Quote 0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • First post
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors