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…

Characteristics of a Software Engineer

Obviously mastering the technical aspects of software development are important. However, hopefully as you’ve seen from the class already, there is more to it than just “coding”. The book outlines 7 traits that they feel are necessary to be a good software engineer. Individual Responsibility Works to deliver on promises they make to their peers,…