Experiment 3 Problem Statement
- 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
- Apply different types of selectors to any of the html web pages.
- Apply different types of style sheets to any of the html web pages.
- Further enhance the web pages using CSS properties like margin,border,font,color, background, etc.
- Display the enhanced web pages on the web browser.