Tuesday, December 9, 2008

What do you think determines if an image should have a border or not?



The border attribute specifies the width of the border around an image. by default, an image will have no border. The border attribute allows set a border and specify the border width in pixels.

Monday, December 8, 2008

What must you consider when resizing an image?

when resizing an image, you must consider the height, width and the attributes of the image tag, depending on how you're resizing it. Either small or big.

Friday, December 5, 2008

What can you do to an image background to make sure that you can read the text?


you can use light images for your background so it could be easy for you to read text.

Thursday, December 4, 2008

What is the difference between a check box and a radio button?

Check boxes are used when you want the user to select one or more options of a limited number of choices, and a radio button are used when you want the user to select one of a limited number of choices.

Wednesday, December 3, 2008

Question: How is a radio button in a form similar to a radio button on a car radio?


Both buttons are similar in shape, and sometimes similar in size.




Tuesday, December 2, 2008

Question: What would you use an HTML form for? Where have you used one before?

HTML forms are used to select different kinds of user input. I have used for my html form projects, and also use to demonstrate how to send e-mail from a form.

Monday, December 1, 2008

Question: What would you use a nested list for?

A nested list is used to create a list of items in html tags, for example,
  • Coffee

  • Tea

    • Black tea

    • Green tea

  •