| You can adjust the colors to display your webpage in an easy to read, attractive manner. You can either use 16 predefined color names or the hexidecimal number listed on the back inside cover of your text. You can also open up Photoshop and click on the color palette to find hexadecimal numbers for thousands of other colors. To change the color of the background: To change the color of text use the color attribute within the font tag. ex. <font color=silver> Remember to use the </font> tag when you want the new color to stop. You can also change the colors of your links within the body tag. The default link colors are usually blue or purple. I had to change the colors of the links on the bottom of this page because I used a black background. Insert the following attributes within the body tag: |
1. Tell the browser that this is an HTML document.
2. Format the text.
3. Specify the colors.