CSS
css 1. 2.HTml is a collection of tag 3. css is a collection of attribute. 4. Html attribute is used to equal operator ex.color=”red1” 5. CSS attribute is used to colon operator ex. Color: red; 6. All numerical element are written with pixel (px). Ex. Height:100px 7. CSS are written without tags symbols only tags named are used. Types of CSS 1. Internal css :- Inside html pages its is saved with .html ext 2. External css :- Outside html pages its saved with .css ext 3. Inline css :- Used direct withtags CSS SPECIFI...