Menu Bar

CSS: Backgrounds(repeat, x-axis, y-axis)

Task:1
           Simple HTML page with background styles with head, body and table and divs.
           Backgrounds:
                  1. Background-color: Apply different background colors for head, body and table.
                  2. Background-Image: Apply background image for the background of the page.
                  3. Background-repeat: Use small image and repeat it as full background of the page.
                  4. Background-repeat-x-axis: Repeat the background image in x-axis direction.
                  5. Background-repeat-y-axis: Repeat the background image in y-axis direction.

Code:1
          
            

Output:
             




Code:2

Output:
            



Code:3
            
Output:
            





Code:4
            
Output:
            


Task:2
           Use different colors in your web page for header tags
            Color:
                1. Background color:
                2. Text Color:
                3. Different color methods:
                     a. Hexadecimal colors
                     b. RGB colors
                     c. RGBA colors
                     d. HSL colors
                     e. HSLA colors
                4. Identify color using photoshop and colorpicker.

Code:
           

Output: