80 likes | 189 Vues
Instructions for creating a template in MS Frontpage. Go to: Format Theme. Instructions for creating a CSS (Cascading Style Sheet) in Frontpage. Go to: File (make 2 pages) New More page templates then Style Sheets (choose a style). CSS continued. Save the CSS page
E N D
Instructions for creating a template in MS Frontpage Go to: • Format • Theme
Instructions for creating a CSS (Cascading Style Sheet) in Frontpage Go to: • File (make 2 pages) • New • More page templates then Style Sheets (choose a style)
CSS continued • Save the CSS page • Click on your web page • Format– Style Sheet Links • Add (your page to the style sheet you saved)
Change the background colour and look at your linked page to see what happens.
Change the h1 (heading 1 colour) and see what happens when you write an h1.
Info for Geeks - Hexadecimal • In mathematics and computer science, hexadecimal (also base16, or hex) is a positionalnumeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a–f) to represent values ten to fifteen. For example, the hexadecimal number 2AF3 is equal, in decimal, to (2 × 163) + (10 × 162) + (15 × 161) + (3 × 160), or 10995.
Info for Geeks - RGB • The RGB color model is an additivecolor model in which red, green, and blue light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additive primary colors, red, green, and blue.