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
Type the title of your Web page that you want displayed across the top of the web browser, such as "Registration Form."
Type the title closing 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: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:Insert a line following the
tag. Type:.Your Code should look like this:
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