Web Development

Solutions to Task 3; Assignment 1

  1. What is an IP address? How does it work? An IP address is an "address" for a computer or device that can connect to the internet. It is a series of binary numbers that can be assorted to find continent, then country, then region, then area, etc.
  2. What is a domain name? How does it relate to the IP address? Domain names are used to identify one or more IP addresses. They are divided among different companies, organizations, and government establishments.
  3. What is the default page named in a website? The default page of a website is called index, as it can be used to find the other parts of the page.
  4. What is the image html tag? Img is the tag used to present image files.
  5. Solutions to Task 1 ; Assignment 2

    1. What is a server? How is it different than a standard computer? A server is a computer program or a device that provides functionality for other programs or devices, called "clients". Servers store data, while standard computers accept this data after it has been transmitted.
    2. What are the tags needed for HTML tables? HTML and /HTML
    3. What does an iFrame allow you do? To make an image act as a link, and lead to a separate site or part of a page.
    4. What does the a tag do? Signifies a link the beginning or end of a link.
    5. What does the tr tag do? It signifies a table row.