Name: Daniel Harris
Period: 7
Assignment: Web Development Lab 2
In this lab we got into more advanced coding in html and began learning a little of CSS as well. We learned more about structuring and creating elements such as tables in html, and we learned how to change the styling of the different elements of html using CSS. With CSS, we were able to change the size font, and color of text to name a few.
1.) What is a server? How is it different than a standard computer?
A server is what connects computers or a program that provides services to computers.
2.) What are the tags needed for HTML tables?
The tags are opening and closing table tags within brackets.
3.) What does an iFrame allow you to do?
iFrame allows you to insert other html documents into your html document, such as ads.
4.) What does the a (within brackets) tag do?
The a (within brackets) creates a link to another webpage.
5.) What does the tr (within brackets) tag do?
It creates a new row in a table.
| Numbers that are one |
| One |
| Day | Number | Monday | One |
How much does it cost and how long does it take for a company to build you a website?
It can cost about $350 to about $900, depending on the size of the website, and can take several weeks to several months for your website to be created.