My Web Dev Stuff
Assignments
- This is an ordered list.
- With them, you can list things.
- And stuff.
- This is an unordered list.
- It lists things with bullet points.
- I like chicken.
This is a table |
It holds info |
About stuff |
Monkeys |
Apple |
Bananas |
Potato |
Chocolate |
Juice |
This is another table |
This table has no lines |
It is cool |
Pizza |
Questions
- What is a server? How is it different than a standard computer?
- A server is the home for a large website or the storage for a net of computers. Servers are typically much faster and have much more storage than standard computers, that is why they're so expensive and so trustworthy.
- What are the tags needed for HTML tables?
- The tags for a table include th, td, and tr.
- What does an iFrame allow you to do?
- An iFrame allows you to enbed a video, a website, or any type of internet based game.
- What does the <a> tag do?
- It creates a link to a specific link.
- What does the <tr> tag do?
- It sets a Table Row, after the th command which sets a table.