Friday, February 15, 2013

February 15 Online Discussion Question 3

List a way to adjust font size and provide additional information about that method

6 comments:

  1. Pixels: You can specify your font size in pixels-- so that would be telling the browser how tall you want the letters to be.

    You specify pixels with a number followed by "px".

    [Collin]

    ReplyDelete
  2. Percentages: tells the font how big it should be relative to another font size.

    Specify the % font size relative to the parent element.

    Ethan

    ReplyDelete
  3. Keywords: They're able to specify a font as "xx-small," "x-small," "small," "medium," "large," "x-large," or "xx-large"
    The browser will translate these keywords into pixel values using the defaults defined in the browser.
    Autumn

    ReplyDelete
  4. em:With em you don't specify a percentage; insted you specify a scaling factor relitive to the parent element.
    Gracie

    ReplyDelete
  5. thats all there is

    {travis}

    ReplyDelete
  6. PIxels, just tell the browser how tall in pixels you want the letters to be... =)

    ReplyDelete