Skip to main content

CS8661 - INTERNET PROGRAMMING LAB EXPERIMENT 2

Experiment 2 Problem Statement

  1. Create a web page with the following.
    • Cascading style sheets.
    • Embedded style sheets.
    • Inline style sheets.

AIM

To apply various styles using CSS to the html web page.

ALGORITHM

  1. Apply different types of selectors to any of the html web pages.
  2. Apply different types of style sheets to any of the html web pages.
  3. Further enhance the web pages using CSS properties like margin,border,font,color, background, etc.
  4. Display the enhanced web pages on the web browser.

Program

Experiment 2 - Web design using CSS