Home

Web Development

Lab 1 answers

An IP adress is a string of numbers and periods (example: 18.1.7.2) that identifies each computer using the internet protocol to communicate over a network. A subnet mask divides a IP address into two parts. One identifies the host(computer), and identifies the network that it belongs to.

A domain name is the part of a network that identifies it as belonging to a particular domain. The domain name service (DNS) translates host names into IP addresses and vice versa as needed.
HTML stands for Hyper Text Markup Language.
The default page of a website is called "index.html".
The image html tag is 'img' (Example: img src="(image url)" ).
Lab 2 question answers
  1. A server is a computer or computer program that gives information and provides functionality to other computers in a network. It differs from a standard computer because it is connected DIRECTLY to the internet, rather than through Wi-Fi.
  2. The tags needed for tables are 'table' '/table', which create and close off the table, 'tr' '/tr', which create a new row in the table, and 'td' '/td', which specifies what you want inside the table row, as opposed to outside.
  3. iFrame tags allow you to embed other documents and make them viewable in HTML
  4. The 'a' tag links things to the webpage, such as images, videos or other webpages.
  5. The 'tr' tag creates rows inside of a table.
They will base the cost off of that information.