Open the text editing software application, such as Notepad.
Type the opening tag .
Type the closing tag . All Web pages written in HTML must contain an opening tag and closing tag.
Directly under the opening tag, type the title opening tag
The code so far should look like this:
Add a line after the closing tag and type the opening and closing tags. Type your heading information between the opening and closing tags. Your code should like this this:
This is my Registration Form
Add a line after the closing tag and type the opening and closing tags. Between these two tags is where you will add the registration form code. So far your code will look like this:
This is my Registration Form
Insert a line following the tag. Type:
.Your Code should look like this:
This is my Registration Form
Click "File" from the menu bar and then "Save as."
Enter the name of your Web page in the "file name" field adding .html to the end of your file name. It should look like this:
Webpagename.html
Click "Save."
Open any Internet browser software application.
Once the application is open, click "File" from the menu bar and then "Open File" from the drop-down menu. Locate the new Web page you created and click "Open."
The newly-created registration form will now be visible within the browser window, and you can see how your Web page and form will be displayed.
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.