[SOLVED] Create a webpage with three divisions

15.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)

Create a webpage with three divisions. Division 1 occupies the left-side of the page with a few links of your choice. Division 2 and 3 have the same width. You may use % to specify the width. For example, for division 1: width:20%, and for division 2 and 3: width:80%.  Division 2 is used to display an image of your choice using the background-image property. Division 3 is to show the double-declining depreciation table, and has a background color of your choice. The title of each division is positioned at the center of the division with a blue color.  Submit the source code with the screenshot.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.