Web Development Page!

Lab #1 Questions and Responses

  1. What is an IP address? How does it work?

    An IP address unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network.

  2. What is a domain name? How does it relate to the IP address?

    The domain name is the part of a network address that identifies it as belonging to a particular domain.

  3. What does HTML stand for?

    Hypertext Markup Language

  4. What is the default page named in a website (e.g. the home page)?

    index.html

  5. What is the image html tag?

    img

Lab #2 Questions and Responses Part 1

  1. What is a server? How is it different than a standard computer?

    A server is a person or thing (often times a computer) that provides someone/thing with information and/or a service. In the world of computer programming a server is always a computer that manages accessibility to resources for an entire network of other computers. Standard computers ask and recieve information from servers.

  2. What are the tags needed for HTML tables?

    The table tag defines a table. The tr tag defines a table row and the td tag defines a table cell.

  3. What does an iFrame allow you to do?

    IFrame embeds content into your website from an outside souce. This is more convinient than being redirected to another webpage.

  4. What does the a tag do?

    The a tag defines a hyperlink.

  5. What does the tr tag do?

    As previously mentioned the tr tag creates a table row.

Part 2

Find a web development company. What does it cost to have them create a webpage? How long does it take?