Web Development

Home Scratch About Python Web Development Mobile Web Development
  1. 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. A subnet mask is used to divide an IP address into two parts. One part identifies the host (computer), the other part identifies the network to which it belongs.
  2. What is a domain name? How does it relate to the IP address?
    • A domain name is the address for any certain website in the internet. It is similar to an IP address, because while an IP address is what makes every computer different, a domain name is what makes each website different.
  3. What does HTML stand for?
    • HTML stands for Hyper Text 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 src = “ image address” />
  1. What is a server? How is it different than a standard computer?
    • A server is a computer or device on a network that manages network resources. Although a computer can run a server, it doesnt compare to the services of an actual server, which runs faster and more efficiently.
  2. What are the tags needed for HTML tables?
    • The tags needed for HTML tables are tr, td, th, and tbody.
  3. What does an iFrame allow you to do?
    • Iframes allow you to display web pages within other web pages.
  4. What does the "a" tag do?
    • The "a" tag allows you to link one page to another.
  5. What does the "tr"" tag do?
    • The "tr" tag creates a new roww in a table.
  6. Find a web development company. What does it cost to have them create a webpage? How long does it take?
    • The Web Development Company I found was Blue Fountain Media. It costs between $150-$199 an hour for them to make your website. They did not state how long it takes for them to make a website.