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…

Insertion Sort

An insertion sort is a bit of a special case. It assumes that you will be given a set of values over time, and as you get them, you will insert the value into its correct location based upon the given values. Depending upon the data, and size, you could utilize different types of sort,…