Web Development

Assignments

Lab 1 Questions

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

"IP" stands for Internet Protocol. The "address" part refers to a unique identifying number given to every computer in the world. It allows multiple computers to communicate through a network. The number allows computers to send and receive information back and forth. An IP address is kind of like an envelope with the address of the destination and the return address.

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

The Domain Name System (DNS) is a huge database that provides a way to match a desired website to the IP address of that website. Humans enter the domain name (website they are seeking) and the computer uses the IP address to direct the user to that site.

3. What does HTML stand for?

HTML stands for "HyperText Markup Language." It is a language most commonly used for creating web pages and web applications.

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

The default page in a website is the Index (index.html).

5. What is the image html tag?

The image html tag is img. It requires a src that is a link to an html image.

Lab 2 Questions

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

A server is a device or computer program the provides services to other computer programs or devices (called "clients"). A server cannot be directly accessed by a human, but a computer can.

2. What are the tags needed for HTML tables?

A table tag is needed to define an HTML table. There must also be one or more tr, th, and td elements. The tr tag defines a row in the table. The th tag defines a table header, and the td tag defines a table cell.

3. What does an iFrame allow you to do?

The iFrame tag allows the user to embed a seperate document (in a rectangle frame) into their own website.

4. What does the a tag do?

The a tag defines a hyperlink that the user can click on a be redirected to another website.

5. What does the tr tag do?

The tr tag defines a table row.

Web Research - Wright Way Management Webservices

Click here to view the website.

What does it cost to have them create a webpage?

The hourly fee is $50 per hour with a one hour minimum. The Monthly Maintenance fee is $120 per quarter (3 months at $40/hr).

How long does it take?

Each website is unique and will take a different amount of time to create.

Home Page