Loading...

Search Results in category “Tutorials”

in HTML Tutorials
Select Tags (Drop downs)

The select tag, like the checkbox and radio button input tags allows your readers to choose from multiple options. However, because the options are all stored in a drop-down box, they do not take up as much screen real estate as the radio buttons and checkboxes.

read more
in HTML Tutorials
The Textarea Tag

The textarea tag creates a multiple lined text input field in your reader's browser. It allows the reader to type in nearly unlimited lines of text.

read more
in HTML Tutorials
Table Tricks

Tables are a great way to layout your Web pages, and HTML 4.0 offers a few more attributes and tags to this versatile and flexible tool. Some of these attributes work differently in Netscape than in Internet Explorer, so always be sure to view the page in both browsers.

read more
in HTML Tutorials
All About Forms

Forms are the most popular way to make web pages interactive. Like forms on paper, a form on a web page allows the user to enter requested information and submit it for processing. (Fortunately, forms on a web page are processed much faster.)

read more
in HTML Tutorials
Table Examples

This is intended to be a tutorial by example of Tables. This covers most of the new tags in tables, though it doesn't necessarily show some of the really creative capabilities available in tables.

read more
in HTML Tutorials
Different Link Types

In this tutorial we are going to learn how to add Links to your pages. Links can come in many different forms. The 2 most common being text and graphic links.

read more
in HTML Tutorials
Changing Text with HTML

As stated previously, a valid HTML document can consist of only the html tag. You may type any text between the html start and end tag without any other tags and it will display in the browser as typed. The browser uses it's default text color and font to display your text...

read more
in HTML Tutorials
Intro to Sound

To add sounds to a web page... we will use the <EMBED> tag. This tag supports many common file formats... such as .wav, .mid, and .au. Here is the basic structure of the tag...

read more
in HTML Tutorials
Meta Tags

Automatic Refreshing You can use META ... to tell the web browser to automatically move to another web page, or refresh the current page, after a specified period of time. To have the page automatically refresh itself every x seconds, use a tag like this...

read more

Copyright © All Rights Reserved