Wednesday, December 17, 2008

12/17/08

Do you think the cost of a gift matters? What makes a good gift.
Yes It Matters We all love gift it make us feel happy 
Their Is Nothing the world without having a very speical 
Gift

Tuesday, December 16, 2008

12/16/08

What do you think you should consider if you want to use an image as a background?

 A good background can make a Web site look really great.
 With HTML you can display images in a document.

Friday, December 12, 2008

12/12/08

Why would you use an image map on a website?

 This example demonstrates how to turn an image into an image map. You will see that if you move the mouse over the image, the coordinates will be displayed on the status bar.

Thursday, December 11, 2008

12/11/08

Why should you consider the time an image takes to load when adding images to your website? 

If an HTML file contains ten images - eleven files are required to display the page right. Loading images take time, so my best advice is: Use images carefully. 

Wednesday, December 10, 2008

12/10/08

What do you think is the difference between an image, a picture and a photograph

 The browser puts the image where the image tag occurs in the document. If you put an image tag between two paragraphs, the browser shows the first paragraph, then the image, and then the second paragraph.

Tuesday, December 9, 2008

12/9/08

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

The alt attribute is used to define an "alternate text" for an image. The value of the alt attribute is an author-defined text:
Big Boat
The "alt" attribute tells the reader what he or she is missing on a page if the browser can't load images. The browser will then display the alternate text instead of the image. It is a good practice to include the "alt" attribute for each image on a page, to improve the display and usefulness of your document for people who have text-only browsers.

Friday, December 5, 2008

12/5/08

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

The browser puts the image where the image tag occurs in the document. If you put an image tag between two paragraphs, the browser shows the first paragraph, then the image, and then the second paragraph. 

Thursday, December 4, 2008

12/4/08

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

Tuesday, December 2, 2008

12/02/08

What would you use an HTML form for?


When a browser displays a web page, it will not display the markup tags.
The text between the and tags describes a web page.
The text between the and tags is displayed in the web browser.
The text between the
and
tags is displayed as paragraphs.The text between the and tags is displayed in a bold font.

Tuesday, November 25, 2008

11/25/08

What are some messages that you might use when programming a computer game?


100 Continue Only a part of the request has been received by the server, but as long as it has not been rejected, the client should continue with the request
101 Switching Protocols The server switches protocol
2xx: Successful
Message: Description:
200 OK The request is OK
201 Created The request is complete, and a new resource is created 
202 Accepted The request is accepted for processing, but the processing is not complete

Monday, November 24, 2008

11/24/08

Why do you think that color is added to a table cell?



HTML colors can be defined as a hexadecimal notation for the combination of Red, Green, and Blue color values (RGB).
The lowest value that can be given to one light source is 0 (hex #00) and the highest value is 255 (hex #FF).

Friday, November 21, 2008

11/21/08

List 3 different ways you could use frames when working on the Internet.

  • The tag defines what HTML document to put into each frame
In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window. The second column is set to 75% of the width of the browser window. The HTML document "frame_a.htm" is put into the first column, and the HTML document "frame_b.htm" is put into the second column:
  • The tag defines how to divide the window into frames
  • Each frameset defines a set of rows or columns
  • The values of the rows/columns indicate the amount of screen area each row/column will occupy

Thursday, November 20, 2008

11/20/08

What do you think you would use HTML frames for? How is iGoogle similar to HTML frames?

With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others.

Monday, November 17, 2008

11/17/08

This is the 1st day of the marking period. What did you do last marking period that you will continue to do to be successful? What are you going to do different this marking period? 

I had to keep working and working so i can get my grade that i suppose to get

Friday, November 14, 2008

11/13/08

What is the most important thing that you learned in this class so far? Why? Did you achieve your goals? Are you satisfied with your effort and achievement?

Was i learned in this class is working what i ahieve for and my goal is to get a A or a A+

Monday, November 10, 2008

11/10/08

How do you turn plain text into HTML? Why would you want to do this?

HTML uses a hyperlink to link to another document on the Web.