Principles that Guide Practice

“Divide and Conquer” – Break large problems down into smaller problems so that you can work toward solving a smaller, easier to manage problem. This is also called a separation of concerns. Understand the use of abstraction – Simplify complex information into something that can be conveyed in a single sentence. Strive for consistency –…

The Page Header

At the top of the web page you will often find information about the website such as the name, logo, and possibly the main navigation, date, and/or a site wide search function.  Depending upon styling in coordination with the tags, there are different ways to build the site. However, you might expect to see something…

The HTML Body

After the head tag set, you’ll normally find the body tag set. In the body tag set, is all of the tags and information that is displayed to the website visitor. The body tag will be using the rest of the HTML tags that are available to us. So we won’t actually see the body…