HTML tags can have format properties held within the tag;
- "bgcolor",
- "Font Color",
- "Width/Height"
- "Align"
Another tag is the "OL" tag. This creates an ordered list. It should look like this:
<ol>
<li>List Item 1
<li>Item 2
</ol>
Forms have a name and a value. The name defines the object in the html document and the value is whatever the user inputs into the form. These are sent to the server as (e.g) Username="...".
Types of form: <INPUT TYPE="Text/Password/Radio/Submit/Reset">
No comments:
Post a Comment