This page contains some simple, starting pages with some of the basic html code already in place. You just copy/paste the one you want into a new Notepad document and save it as a html document by using .html as the file extension. Scroll down the page until you find the one you want.
You can actually copy the code directly from this section, paste it into Notepad, save with a filename using .html as the file name extension (index.html), then find the file in My Computer. Double click the file name and it should open in your browser, probably Internet Explorer.
This will be displayed by the browser.
Use a subscription form to collect your visitors contact information. The form can be used to send the information in an email to you or to a smart autoresponder that will extract the name and email info, place it in a database, and then send a series of email to the person on a schedule that you decide.
Forms allow you to setup to receive input from a visitor. They can have text boxes, checkboxes, radio buttons and text area for larger amounts of text input. You can right-click on the page, choose View Source from the pop-up menu, then scroll down to the Forms Section and see what html code produces each element below.
Copy what code you want from that source code and paste into the body section of the html code you have started from the basic homepage above.
Right-click the page and choose View Source from the pop-up menu. Scroll down to the Table Layout Page and you will see the code that produces this 4 rows by 4 cells wide table which can be used to locate text and images within your webpage. You can edit this table by deleting or copying rows to suit your layout requirements.
|
This example shows how a table can be |
|
... as a layout tool. |
![]() |
![]() |
Care must be taken, however, so that the design holds up with different browser settings. | ||
| If the table design is planned in advance, it is easier to code the HTML. | |||
|
|
Remember that visitors will have different window sizes, fonts and type sizes. | ||