Tuesday, August 17, 2010

HTML Forms, Frames, Colors, Color Names & Color Values

Well Friends.... Third set of topics for posting... Cheers....

3 comments:

  1. Good Evening all............

    My question is:-
    "What do you mean by Frameset element and what does it states ???"

    Answer:- The FRAMESET element is a frame container for dividing a window into rectangular subspaces called frames.

    In a Frameset document, the outermost FRAMESET element takes the place of BODY and immediately follows the HEAD.

    The FRAMESET element contains one or more FRAMESET or FRAME elements, along with an optional NOFRAMES element to provide alternate content for browsers that do not support frames or have frames disabled.

    ReplyDelete
  2. hello friends....

    my question was:

    How to find the percentage of colors?

    Ans: Colors are defined using hex values in combination of RED, GREEN and BLUE.

    Lowest value for each color is 00 (in Hex) and highest value is FF(in Hex).

    In order to find the percentage of any color the formula is:
    %age=(decimal equivalent/255)*100

    Example:
    in case of BROWN color : #A52A2A
    A5->165(in Decimal) RED
    2A->42(in Decimal) GREEN
    2A->42 (in Decimal) BLUE

    %ge of RED= (165/255)*100
    =64.70%

    %age of GREEN= (42/255)*100
    =16.47%

    %age of BLUE= (42/255)*100
    =16.47%

    ReplyDelete
  3. Very well answered..... Just happy to know that you all have become good bloggers and is using the tool to learn more and more.... Keep posting...

    ReplyDelete