Table Of Content's

This page will take you to any and all of the pages I did while trying to learn HTML. Please click on the links below to display the page that contains the information you are looking for. There is a description provided to the right of each link, which provides information on the page it is associated with.


Introduction Lists Tables Frames Forms
Multimedia CSS Scripts Extra

Introduction

Fonts

This page demonstrates how to change around fonts on a page. However, this style is not recommended by the W3C.

Aligning Text With Images

This page demonstrates how to align text with images.

Centering Elements

This page demonstrates how to center elements in your web page.

Margins (some)

This page demonstrates how to set the margins of elements in your web page.

Margins (none)

This page demonstrates what elements look like when they don't have any margins.

Keeping Lines Together

This page demonstrates how to keep your lines together.

Spacers

Demonstrates how to use spacers to space elements out in your page.

List Indents

Demonstrates how to indent lists on your page.

Blocks of Space

Demonstrates how to use blocks of space in your page.

Pixels Shims

Demonstrates how to use pixel shims in your page.

Block Quotes

Demonstrates how to use Block Quotes in your page.

Creating Columns

Demonstrates how to create columns of text in your page.

Preformatted Text

Demonstrates how to preformat text in your page.

Positioning Elements

Demonstrates how to position elements using layers.

Using Banners

Demonstrates how to use and position banners in your page.

Targeting Windows

Demonstrates how to use links to target other windows to appear in the browser.

Keyboard Shortcuts

Demonstrates how to use keyboard shortcuts in your page to make it more user friendly.

Link Colors

Demonstrates how to change the color of links to match the color scheme of your web page.

Anchors

Demonstrates how to use anchors to jump to certain sections of your web page.

Background Images

Demonstrates how to place background images into your page.


Go to the Table of Contents

Lists

Ordered Lists

Demonstrates how to implement ordered lists into your page to arrange information.

Unordered Lists

Demonstrates how to implement unordered lists into your page to arrange information.

Definition Lists

Demonstrates how to implement definition lists into your page to arrange information, or provide a glossary.

Nested Lists

Demonstrates how to implement nested lists into your page to create an outline.

Nested Lists

Demonstrates how to implement nested lists into your page to create an outline.


Go to the Table of Contents

Tables

Simple Tables

Shows how to create simple tables to arrange your page.

Table Width

Demonstrates how specify the width of your tables.

Text Wrapping

Demonstrates how to wrap the text inside of your tables, or for that matter. around your tables.

Spanning Columns

Demonstrates how to span the text in your tables across to other columns of your table.

Spanning Rows

Demonstrates how to span the text in your tables across to other rows of your table.

Dividing Columns

Demonstrates how to divide your columns appropriately.

Nesting Tables

Demonstrates how to nest large table formats into another tables on a web page.


Go to the Table of Contents

Frames

Creating Simple Frames

Demonstrates how to create a simple frame.

Adjusting Borders

Shows how to adjust the borders of your frames in your pgae.

Adjusting Margins

Shows how to adjust the margins of your frames in your page.

Border Color

Demonstrates how to change the border color of your frames.

Combining Framesets

Demonstrates how to combine framesets within framesets.

Creating Columns

Demonstrates how to create columns for your frames.

Inline Frames

Demonstrates how to create inline frames.

Nesting Frames

Demonstrates how to nest frames within other frames.

Resizing

Demonstrates how to stop frame resizing.

Rows and Columns

Demonstrates how to create rows and columns of frames.

Scrollbars

Demonstrates how to specify for scollbars to show or not.

Targeting Links

Demonstrates how to target certain windows using frames.

Changing Default Target

Demonstrates how to change the default targeting of frames.


Go to the Table of Contents

Forms

Organizing

Demonstrates how to organize your forms.

Labeling Parts

Demonstrates how to label certain sections of your forms.

Tab Order

Shows how to specify the tab order of your form.

Keyboard Shortcuts

Demonstrates how to specify keyboard shortcuts.

Disabling Elements

Demonstrates how to disable certain parts of your form.

Non Changing Elements

Demonstrates how to specify non changing elements.

Uploading Files

Demonstrates how to upload form elements to a server.

Creating Forms

Demonstrates how to create forms.

Using Images

Demonstrates how to use images as buttons and other user input areas.


Go to the Table of Contents

Multimedia

Sound in a page

Demonstrates how to put sound in a page.

Links to Sounds

Demonstrates how to label certain sections of your forms.

Background Sound

Shows how to embed sound within a page with Internet Explorer.

Internal Video for IE

Demonstrates how to put internal video in a site with Internet Explorer.

Internal Video

Demonstrates how to put internal video into your site.

Creating a Marquee

Demonstrates how to create a marquee with Internet Explorer.

Inserting Applets

Demonstrates how to insert applets into your web page.


Go to the Table of Contents

Cascading Style Sheets

Creating Internal

Demonstrates how to create an Internal Styles Sheet.

Creating External

Demonstrates how to create external style sheets, and call them to pages.

Applying Styles Locally

Demonstrates how to apply styles locally in tags.

Inline Tags

Demonstrates how to put internal video in a site with Internet Explorer.

Block-Level Tags

Demonstrates how to create block level tags with CSS.

ID'ing particular tags

Demonstrates how to ID certain tags in CSS.

Applying Styles to a Class

Demonstrates how to apply styles to a class.

Styles for links

Demonstrates how to put sound in a page.

Font Families

Demonstrates how to specify font families to groups.

Embedding Fonts (Windows)

Shows how to embed fonts in a page. For Windows only.

Bold Formatting

Demonstrates how to applying bold formatting to text.

Font Size

Demonstrates how to specify font sizes.

Setting Line Height

Demonstrates how to specify line height.

Global Font Values

Demonstrates how to insert applets into your web page.

Setting text Color

Demonstrates how to change the color of text.

Text Background Color

Demonstrates how to set the background color of text.

Controlling Spacing

Demonstrates how to control spacing.

Aligning Text

Demonstrates how to align text.

Underlining Text

Demonstrates how to underline text.

Making Text Blink

Demonstrates how to make text blink.

Changing Text Case

Demonstrates how to change the case of text.

FORMATTING TEXT GLOBALLY

Shows how to format text globally. This page covers everything you'd ever need to know about formatting text in all different shapes, sizes, and colors.

Setting White Space

Demonstrates how specify white space in elementss.

Creating Italics

Demonstrates how to create italics using CSS.

Offsetting Elements

Demonstrates how to offset elements using CSS.

Absolute Positioning

Demonstrates how to position elements absolutely

Positioning Elements in 3D

Demonstrates how to position elements absolutely.

Displaying and Hiding Elements

Demonstrates how to display and hide elements in your page.

Heighth and Width of Elements

Shows how to specify the heighth and width of elements.

Setting Borders

Demonstrates how set borders, color, texture, etc.

Padding an Element

Demonstrates how to pad an element.

Margins of an Element

Demonstrates how to specify the margions of an element.

Aligning Elements Vertically

Demonstrates how to align elements vertically.

Wrapping Text around Elements

Demonstrates how to wrap text around your elements.

Stopping Text Wrap

Demonstrates how to stop text from wrapping around elements.

Changing the Foreground Color

Demonstrates how to change the foreground color of elements.

Changing the Background

Shows how to change the background color of elements.

Determining Overflow

Shows how to adjust overflow in elements.

Clipping Elements

Demonstrates how to clip images and other items in elements.

Setting List Properties

Demonstrates how to set list properties.

Specifying Page Breaks

Demonstrates how to create page breaks in your page to keep long lists neat.


Go to the Table of Contents

Scripts

Adding Automatic Scripts

Demonstrates how to make automatic scripts that launch when a page loads.

Calling External Scripts

Demonstrates how to call external links.

Triggering Scripts

Shows how to trigger scripts.

Creating Buttons

Demonstrates how to create buttons using scripts.

Hiding Scripts

Demonstrates how to hide scripts from older browsers.

Setting the Default Language

Demonstrates how to set the default scripting language.

Date and Time

Demonstrates how to include a script in your page that shows the date and time of the load.

Showing Link Status

Demonstrates how to show the link status in the bottom browser bar.

New Window Sizes

Demonstrates how to use write a script that specifies the size of a new window when one is targeted.

Rollovers and Cached Images

Demonstrates how to use write a script that creates roll over images in web pages, and loads all the images into the cache.


Go to the Table of Contents

Extras

Refreshing Pages

Demonstrates how to make web pages refresh after a specified amount of time.