• Page Code – computer codes for formatting word documents WordPress HTML (hypertext markup language)
  • Tags come in pairs and usually indicate the beginning and end of a command such as bold, underline or italics.
  • Deprecated, not used anymore
  • opening tag for italics <em>
  • Bullets – unordered list (UL tag)
  • Numbers – ordered list (OL tag)
  • Tags come in pairs because there is a beginning and end
  • In WordPress the themes have cascading style sheets called CSS files
  • CSS tell the page what to look like
  • HTML is the language of Ebooks
  • Ebook file is a website and it is because of the CSS that you can tell your background/styleScreen Shot 2013-09-18 at 7.10.46 PMScreen Shot 2013-09-18 at 7.45.30 PM

Color

  • Computers have a color system based on the primary colors of light
  • Number sign is followed by 6 numbers
  • Primary colors of pigment are subtractive color
  • Red, yellow and blue are pigment colors
  • Black is the absence of color
  • White is all primary colors combined
  • The colors of light are indicated by hexadecimal – base 16 (numbering system by numbers) number 0-9 and a-f
  • All colors in hexadecimal are in 3 pairs (RR, GG, BB)
  • We use based 10 (0-9)
  • Computers operate on the binary operating system (computers work in base 2, 0-1)
  • 00/00/00 = BLACK
  • FF/FF/FF = WHITE
  • 00/FF/00 = GREEN
  • FF/00/00 = RED
  • 00/00/FF= BLUE
  • When all the numbers are the same its grey 33/33/33 = grey
  • Hexadecimal gives you millions of color options/combinations

To bring an image into WordPress

  • Use media button to paste in image
  • 1 choice – alignment (none, put image on its own line)
  • Align left would have allowed you to put text along side it
  • 2nd choice – file size, largest
  • Safe way to bring images in is from wordpress

How to Add a hyperlink in WordPress

primary color wikipedia page