Top

Tables & Frames - Part 1

February 11, 2009 by djohnson · Leave a Comment 

Both tables and frames provide the ability to organize not only information on your Web pages, they can also be used to layout your entire Web page. Today we’ll look at a few of the basic HTML tags necessary to create tables.

To begin a table, we use the <table> tag. This tells the browser that we are starting a table. When the table is finished, we close the tag like so, </table>. Read more

Templates & the Inauguration

January 20, 2009 by djohnson · Leave a Comment 

Web development class has been focused on creating HTML templates in Dreamweaver. There are four key benefits to be realized by using HTML templates:

  • If changes are made to a template, all pages based upon this template are automatically updated.
  • Only allow certain portions of the document to be editable (prevents serious mistakes).
  • Maintains consistency in the amongst pages in a Web site.
  • Fast and efficient way to create a Web page.

While working on the creation of templates, our attention turned to the inauguration of the 44th President of the United States, Barack Obama. While many of the epic moments had wound down by the afternooon, we were able to watch a good portion of the events. See President Obama’s Inauguration (swearing in and speech) part 1part 2, and  part 3 .

Today’s Objectives:

  • Demonstrate the ability to create templates
  • Demonstrate the ability to create tables for placing elements on a web page

Classwork: Students worked on Lesson 4 - Assignment 2 and the Lesson Questions.

Note: Lesson 4 quiz on Thursday the 22nd.

Bottom