Embedded Sound HTML / Getting Started
Sounds on the Net are a great thing. If you have a computer equipped with a sound card and a few shareware programs, you can hear as much as you care to download. You can have sounds on your page using .au, .wav, or midi formats. I'll show you how to either embed the sounds or call them up through helper applications.
So, You Want Dynamic Fonts, Huh? HTML / Adding Text
Dynamic fonts (or PFR fonts) are font style files that download right along with the page that will use them. Think of them as an image.
Page Jumps HTML / Getting Started
This tutorial you will learn how to offer links inside the same page. Your viewer can jump right to the part of the page.
In-Line Frames HTML / Frames
Think frames -- but frames within a page that act just the same as full-screen frames.These are frames that appear within the page. They resemble table cells, yet what appears in the frame is not text on the page, but rather a whole other page, like regular frames.
Embedding Windows Media Player into a web page HTML / Getting Started
How to include the Windows Media Player plugin into your webpage so that you can play WMV or other video files. It also contains a list of the most popular attributes and parameters to pass to this plugin.
Code for Tables 1 HTML / Tables
Tables are used for holding data and organizing a page. They allow you to separate a menu from contents of a page. They allow you to color and tile images in select areas of a page. A table consists of rows and columns. Each row contains a set of cells. Cells stacked up on one another represent a column.
Automatic refresh webpage / Set time to redirect HTML / Getting Started
This script easy but powerful. Many websites use this scripts to redirect to another page or refresh the same page, for example, my website updates in every 10 minutes and I want to show user my latest content then I put this script to my page and set it refreshs in every 10 minutes.
Putting Images On Your Web Site HTML / Images
Graphics enhance the look of a page, they make it more informative [One picture is worth a thousand words, etc.], and they give your page an identity.
Introduction to Frames HTML / Frames
Frames are a little different than anything you've done in html in that you are not writing a page in the traditional sense. What you are creating is a template where more than one page can sit. Here's an example using TABLE commands:
Links HTML / Text and Documents Linking
Make a link from your page to any other page on the World Wide Web. Learn what is anchor and how to create email, text and images links.
Image Map HTML / Image Mapping
There are in fact two major types of Image Maps: Server Side: This is the older method of doing image maps. The reason for finding out what type of server you are on is so you know what format to make your map files in. Client Side: These maps are implemented by placing the map coordinates in your document's HTML code. This method is supported by most modern browsers. It is much more efficient than the Server Side map in that you do not transmit mouse coordinates back to the server. Most of this page will be dealing with this type of mapping.