Assignment 3


Basic HTML code exercises:

Please make sure to read the chapter 2 before doing this assignment, unless you are familiar with HTML basics. As you know after reading the chapter the basic skeleton of any web page is a combination of certain tags. Tags are language syntax codes between the <> brackets. For example, each HTML file starts with the <HTML> tag. On page 6 of the chapter 2 you could find the basics tags in a simple web page. In the following series of small exercises, you are asked to use a simple text editor such as notepad or WordPad to create the html page for each exercise. Once you create the file, please save it as exercise-table.html for the table exercise, exercise-frame.html for the frame exercise, and so on. Please make sure t save each one in a separate file. Make sure to view it via your browser, before submitting. The submission process is explained at the end of this assignment.
  1. Exercise1 - Table:
  2. Exercise 2 - Table with spans. In this exercise you are asked to use the rowspan and colspan attribute of the table data tag in order to span one cell over two or more rows or columns.
  3. Exercise 3 - Frames. In this exercise you are asked to create a frame layout. Frames are special type layout where you divide your screen into several windows that are independent of each other.