bbb Home
Objects, Properties, Methods, and Events Contents        

OBJECTS AND PME

Property Viewer


EXAMPLE

Font: 8pt   12pt   20pt   24pt   Width: Min. 50%   75%   100%   

PRACTICE

  1. Add a button. When the user clicks the button, an alert should appear.
  2. Add a <div>. When the user moves the mouse over the <div> the background color of the page should change to yellow. When the user moves the mouse off of the <div> the background color of the page should change to blue.
  3. Create a button. When the user clicks on the button, a prompt should appear requesting a color. After the user enters the color and clicks OK, the background color of the document should be set to the color entered by the user.

SELF-QUIZ