
|

 |
::: Tutorials > HTML

HTML
Beginning

Intermediate

|
 |
|
Images
- How to add images to your Web page

Tutorial by Yamrot
Tuesday April 1, 2003

Before we talk about how to insert an image on your Web page let's talk about some graphic files and how they are stored as certain type of file format. First let's start by learning about the common file format and their uses. |
|
|
 |
|
Frames
- How to make Frames

Tutorial by Yamrot
Tuesday April 1, 2003

First, establish your index.html: Its purpose is to tell your frames what to do. By using frams, you are allowed to have complex pages in one screen. |
|
|
 |
|
Tables
- How to Make a Basic Table

Tutorial by Yamrot
Tuesday April 1, 2003

Before we start making a table we should talk about the terms that would be useful in creating a table and those terms are cellspacing, bordercolor, border, bgcolor (background color), alignment and cellpadding. |
|
Advanced

|
 |
|
Applets
- Insert java applets for fun and excitement

Tutorial by Andrew
Sunday March 30, 2003

The <applet>...</applet> tag allows you to insert a Java Applet on to your HTML page. All of the attributes except for alignment are required. Applets are programs written in Java. There are various resources around the web where you can download Applets for personal use, or even learn to program your own. Java Applets are not the same as JavaScript. |
|
|
|
 |
|
|
|