Computer Concept II
Winter 2013 CIS 121
Lab 1
Using Notepad++ to Create a Web Page
HTML is a very simple web development language to master.
In the following examples we will explore some of the basic HTML tags by using Notepad to create some simple HTML pages and view them using Internet Explorer.
Step 1
To open Notepad++ click Start, then in the search box, type NotePad++ or NotePad
Step 2
1- Create a folder on your PC or USB and name it CIS121
2- Under CIS121 create another folder called lab_1
Step 3
Using text editor like Notepadd++ or notepad, create an HTML document with a User Complain Form with the following elements:
File name: your_name_lab1.htm
Add the following elements:
· First Name as a input text box and a label
· Last Name as a input text box and a label
· A Description section text box
· An email box
· A submit button
The output the HTML file should look similar to following:
Step 4: how to submit your lab 1
1- Upload into D2L Dropbox under lab 1 your htm source code.