Presentation is loading. Please wait.

Presentation is loading. Please wait.

Even More HTML Richard Fisher.

Similar presentations


Presentation on theme: "Even More HTML Richard Fisher."— Presentation transcript:

1 Even More HTML Richard Fisher

2 Other HTML Topics MAILTO: COLORS FONT TABLES SOUND 10/19/99
Richard Fisher

3 MAILTO: <A <IMG SRC=“mailbox.gif”> Richard Fisher</A> 10/19/99 Richard Fisher

4 Color=“rrggbb” where r=red, g=green, and b=blue intensity
Colors Color=“rrggbb” where r=red, g=green, and b=blue intensity <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF" ALINK="#FF0000">

5 Decimal to Hex Conversion
Windows Calculator (in Accessories Group) Excel’s DEC2HEX Function

6 Common Color Schemes RRGGBB Pattern Color
Black 0000FF Blue 00FFFF Cyan 00FF00 Green FF Red FF00FF Magenta FFFF00 Yellow FFFFFF White 10/19/99 Richard Fisher

7 <FONT SIZE=4> .... </FONT>
FONT Size and Color <FONT SIZE=4> </FONT> (default=3, 7 is largest) <FONT SIZE=7 COLOR=#0000FF> I’m Big and Blue</FONT> 10/19/99 Richard Fisher

8 Tables Begin/End Table <table>...</table>
Table Row <tr>...</tr> Table Data <td>...</td> Example: <table> <tr><td>Item 1</td><td>Item 2</td></tr> <tr><td>Item 3</td><td>Item 4</td></tr> </table> 10/19/99 Richard Fisher

9 Table for Buttons <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR> <TD ALIGN=CENTER> <A HREF="ba4320.htm"> <IMG BORDER=0 SRC="../images/butmain.gif" WIDTH=90 HEIGHT=30 ALT=Main Menu></A></TD> <TD ALIGN=CENTER> <A HREF="general.htm"> <IMG BORDER=0 SRC="../images/butgen.gif" WIDTH=90 HEIGHT=30 ALT= General Information > </A> </TD> </TR> </TABLE> 10/19/99 Richard Fisher

10 Table for Buttons Netscape Table Reference
Method: Find table structure you like and copy and past code to HTML 10/19/99 Richard Fisher

11 HTML Reference 10/19/99 Richard Fisher

12 The End Questions ? Richard Fisher rfisher@utdallas.edu 10/19/99


Download ppt "Even More HTML Richard Fisher."

Similar presentations


Ads by Google