Overview
This lesson covers common issues that arise when designing web pages in HTML. The class will correct errors in a sequence of increasingly complex web pages found on Code Studio and learn the importance of comments, whitespace, and indentation as tools for making web pages easier to read.
Vocab
- Bug - Part of a program that does not work correctly.
- Comment - A note in the source code of a computer program that helps explain the code to people who read it
- Debugging - Finding and fixing problems in an algorithm or program.
- Indentation - The placement of text farther to the right or left of the surrounding text, making it easier to understand the program's structure
- Whitespace - Any character that shows up as a blank space on the screen, such as a space, a tab, or a new line; helps separate different parts of the document to make it easier to read
New Code
Resources