HTML Language
HTML Basics Series -----
More HTML - Beyond the Basics -----
HTML Workbook
Absolute vs. Relative Links  What´s the difference between an absolute link and a relative link? Read this article to find out. HTML Special Character Entities  Now that you have completed the HTML Basics Series you know that certain special characters are used in the HTML code. These special character entities require special HTML code in order to be displayed on a webpage. SSI - Server Side Include - I  A server side include is a line of code that can be a real time saver when creating a website. When you place this code within your webpage, the code instructs the server to find a certain file or certain information and then include the contents within your webpage. There are many ways to use SSIs SSI - Server Side Include - II  In the first part of this tutorial we discussed using server side includes to streamline your HTML code. You also learned that the decision to use the file argument or the virtual argument depends on the location of the files on the server. Now take a closer look at the file and virtual arguments. The HTML Form - Hidden Input Tag - I  In this tutorial we will discuss a special type of HTML form tag called the hidden input tag. Suppose you want to pass information to the processing program that is not supplied by the user. You will do this with the hidden input tag. The HTML Form - Hidden Input Tag - II  In this tutorial we will discuss a special type of HTML form tag called the hidden input tag. Suppose you want to pass information to the processing program that is not supplied by the user. You will do this with the hidden input tag. Let's take a look at the HTML code for the hidden input tag. The HTML Form - Password Input Tag  The type of HTML input tag that we will discuss in this tutorial is the password input tag. The password tag is very similar to the text input tag that we discussed in the last tutorial. When you sign in to any private area such as a customer account you encounter a form asking for your password The HTML Form - Password Input Tag - 2  The type of HTML input tag that we will discuss in this tutorial is the password input tag. The password tag is very similar to the text input tag that we discussed in the last tutorial. When you sign in to any private area such as a customer account you encounter a form asking for your password The HTML Form - Radio Button and Checkbox Input Tags  In the HTML form, radio and checkbox input tags work much like a multiple choice question on a test. Multiple choice questions have several answers to choose from (A, B, C or D). Here is how these two input tags work. The HTML Form - Radio Button and Checkbox Input Tags - 2  In the HTML form, radio and checkbox input tags work much like a multiple choice question on a test. Multiple choice questions have several answers to choose from (A, B, C or D). Here is how these two input tags work. The HTML Form - Radio Button and Checkbox Input Tags - 3  In the HTML form, radio and checkbox input tags work much like a multiple choice question on a test. Multiple choice questions have several answers to choose from (A, B, C or D). Here is how these two input tags work. The HTML Form - Text Input Tag  The HTML input tag is used to create several types of input fields in a webpage form. The type we will talk about now is the text input field. The HTML Form - Text Input Tag - 2  The HTML input tag is used to create several types of input fields in a webpage form. The type we will talk about now is the text input field. The HTML Form - Textarea Tag  The HTML textarea tag is used to create a multi-lined text input field within a webpage form. If you only want to collect one line of user input, you would use the text input tag. However as the name implies the textarea tag is use to collect user input that is more than one line. The HTML Form Submit and Reset Buttons – The Input Tag  A web form isn’t useful without a submit button. Without a button, your web form cannot send the information it has collected to the processing program. You will use the input tag to create a submit button and a reset button.
The HTML Form Tag  There will be times when you want to collect information from your website visitors. You will use an HTML form on your webpage to collect this user input. You probably have filled out one of these webpage forms sometime as you browsed the web. There are many reasons for collecting user input. The HTML Select and Option Tags - The Menu List  The select and option tags work together to create a drop-down menu list on a webpage form. This drop-down list is created with the select tags and the list of choices (options) is created with a group of option tags. The Shortcut Icon HTML Code - How To Add A Shortcut Icon To Your Website  The inspiration for this article came from a question asked in the Digital Art and Design forum. Ann wanted to know how to add a shortcut icon to her website. What is a shortcut icon. Glad you asked. A shortcut icon is a custom icon for your website.
HTML Homepage |
HTML Site Map
Think your link belongs here? Use the contact page to let this editor know.
|