Web Development Projects
Lab 1 Questions
- An IP adress is a set of numbers unique to a computer or a website, that helps the routers know where to direct you.
- Domain names are used to identify multiple IP adresses.
- html stands for hypertext markup language
- The default page in a website is named the index page
- The image html tag is < img src= " " >
Lab 2 Questions
- A server is
- The tags used for html tables are < tr > and < td >
- An iFrame tag allows you to embed something such as a scratch project into a website.
- The < a > tag allows you to insert a link into your website.
- The < tr > tag creates a new row within a table.
Lab 2 Task #3
Back to home page.