devxlogo

Project Cool

Web Design QuickStart

ne of the keys to a good Web site is simplicity. You’ve heard of the “KISS” principle? Keep It Simple Silly. This applies doubly for Web sites. It’s easy to

HTML Basics: Basic Text Tags

Basic Text Tagsith only a small set of HTML tags you can create a functional page. The set of tags in this section let you set up an HTML file

Audio by Example

hese are some sites from around the Web that in some way make interesting use of sound. We tried to find a variety of techniques. Some require a plug-in, while

Optimizing Design: Bandwidth

Bandwidth Planningncorporate an understanding of your audience’s bandwidth reality into your overall design. Bandwidth describes the size of the “pipe” through which data moves between computers. The higher the bandwidth,

CSS: Fonts and Text

Text Values Absolute: pt/pc/cm/mm/inRelative: px/em/ex/% ou can measure most font and text properties in either absolute or relative units. The tables below show the values and their options. Absolute Unitsunitabbreviationexamplepointsptfont-size:

Audio QuickStart: Steps for Using Sound

teps for Using SoundThere are three steps to consider when you think about adding audio to your site: First, how will you create the sound? Before you add a sound

HTML Basics: Style and Structure

Style and Structure Guidelines clear structure for your HTML documents makes them easy to read, easy to follow, and easy to modify. If you disappeared tomorrow and other people had

HTML Tag Quick Reference Guide

Click on a particular category of tags to jump directly to it, or browse the full reference list.Note: In older versions of HTML, some tags did not require ending tags.

CSS: Position and Visibility

osition: {position: normal/relative/absolute} The position property lets you set a box’s position in the layout of a page. The default value is normal; the box’s position is calculated according to