Html Codes
HTML Special Characters
The following list includes the HTML codes for many of the special character symbols used on Web pages. Not all browsers support all the codes, so be sure to test your HTML codes before you use them. You should also use the Unicode character set, and define that in the head of your document:
The easiest way for embedding video
The easiest way for embedding video
<object width=”550″ height=”400″>
<param name=”movie” value=”someflashfile.swf”>
<embed src=”someflashfile.swf” width=”550″ height=”400″>
</embed>
</object>
Background Colors And Images
It’s a basic tenet of Web design: color loads fast; images (usually) load slowly. Take this into account if your Web site uses a background image - especially a dark image with light text. Include a complimentary background color to provide an easier visual transition to the slower-loading background image.

