Web Development

Homepage

About me

Scratch Projects

Python Projects

Web Development Projects

Harambe

Ken Bone

Mobile Development

Web Development Projects

Answers to questions 1-5

  1. What is a server? How is it different than a standard computer?
  2. What are the tags needed for HTML tables?
  3. What does an iFrame allow you to do?
  4. What does the a tag do?
  5. What does the tr tag do?
  1. A computer or computer program that manages access to a centralized resource or service in a network. A server is dedicated to receiving and sending data 24/7.
  2. The ol tag and li tag.
  3. It allows you to embed things in your website.
  4. The a tag is used to link one page to another page.
  5. It defines rows and cells in a table

Homepage