Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.54 KB

CSS Layout

Problem 1. Tree view

  • 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

picture1

Problem 2. Music Categories

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

picture2

Problem 3. Members login

  • Create the following Web page using HTML with external CSS file.

Note: The images should be PNG with transparent background.

picture3

Problem 4. CSS Documentation site

  • Given the picture below create the Web site
    • Use CSS and HTML 5

picture4

Problem 5. Laptop store

  • Create the following HTML 5 Page

Note: Do it without tables

picture5

Problem 6. News site

  • Create the following Web page using HTML and external CSS.

Note: Using tables, inline styles and deprecated tags is not allowed!

picture6