create a webpage using inline css, external css and embedded css | internet programming laboratory

Опубликовано: 03 Ноябрь 2024
на канале: Quick Through
414
13

********** Welcome to Our Youtube Channel *************
internet programming laboratory full playlist:
   • internet programming laboratory  

Create a webpage with the following.
a. Cascading style sheets.
b. Embedded style sheets.
c. Inline style sheets.

AIM
To create a webpage for college with all types of cascading style sheets.

ALGORITHM
1. Start the program.
2. Create a html files.
3. Mention the style type in the head section.
4. Import the style file into it.
5. Assign different font and color for different tags.
6. In the body section use the tags to display the text with different cascading style.
7. Stop the program.