WEB - DEVELOPMENT

Check out my Mobile Developement page! Mobile-Dev

qr code

Lab 1 Questions

What is an IP address? How does it work?

An IP address is a unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network.An IP address serves two principal functions: host or network interface identification and location addressing. Its role has been characterized as follows: "A name indicates what we seek. An address indicates where it is. A route indicates how to get there." Every IP address—such as 76.240.249.145—is also divided into two sections that define 1) your network and 2) your computer, or host.

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

A domain name is the part of a network address that identifies it as belonging to a particular domain. The domain name functions as a link to the IP address. Links do not contain actual information, but they do point to the place where the IP address information resides. It is convenient to think of IP addresses as the actual code and the domain name as a nickname for that code.

What does HTML stand for?

HTML stands for Hypertext Markup Language.

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

The default page is named index.html

What is the image html tag?

The image html tag allows users to insert a picture within the code. It requires an image source and can be used as a link to other websites.

Lab 2 Questions

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

A server is a program or a device that provides functionality for other programs or devices, called clients. A server is different than a standard computer because a person has the ability to access a computer but has no direct connection to a server.

What are the tags needed for HTML tables?

The < table > tag defines an HTML table.

What does an iFrame allow you to do?

The iFrame tag easily allows a user to embed a document into a seperate website.

What does the < a > tag do?

The < a > tag creates a hyperlink, which links one page to another. An href source is necesessary to define the link's destination.

What does the < tr > tag do?

The < tr > tag defines a table row when creating a table.

Web Research

As an occupation, web designers can charge from a large range. An example of a web designer's rates come from Brandy Mower

Their rates are as followed:

Experience also plays a significant role in how much someone will charge. The more work experience, the higher the rates may be.

Mobile Developement Questions

Home Page