Web Development Page!
Lab #1 Questions and Responses
- 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.
-
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.
-
What does HTML stand for?
Hypertext Markup Language
- What is the default page named in a website (e.g. the home page)?
index.html
-
What is the image html tag?
img
Lab #2 Questions and Responses Part 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.
-
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.
-
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.
-
What does the a tag do?
The a tag defines a hyperlink.
-
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?
- Company: Toptal
- Prices:
Hourly: $60-$95+/hour
Part-time: $1000-$1600+/week
Full-time: $2000-$3200+/week
-
Estimated Time: Time varies on task at hand from a few hours to a few months.