Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.83 KB

File metadata and controls

35 lines (23 loc) · 1.83 KB

CSS Layout

Exercise 1

Create tree view like the following:

  • When the mouse goes over an item the sub list should be shown
  • The tree view should work with unlimited number of sub lists

Screenshot

Exercise 2

Create the following Web page using external CSS styles. Buttons should consist of PNG images with text over them:

Screenshot

Exercise 3

Create the following Web page using HTML with external CSS file. Note that the images should be PNG with transparent background:

Screenshot

Exercise 4

Given the picture below create the Web site:

  • Use CSS and HTML 5

Screenshot

Exercise 5

Create the following HTML 5 Page

  • Do it without tables

Screenshot

Exercise 6

Create the following Web page using HTML and external CSS. Using tables, inline styles and deprecated tags is not allowed.

Screenshot