WEEK 5 - Introduction to Cascading Style Sheet (CSS)
Cascading Style Sheet (CSS) is a document help to enrich the visual appearances than html document. Its help to reduce page download size because user can use it in multiple page.
There are three way of inserting a style sheet
i. External style sheet
ii. Internal style sheet
iii. Inline style
Since before this, my lecturer have cover on how to create a inline style. In this week, we cover on how to inserting style by using external style sheet and internal style sheet. The different between external and internal style sheet is external is the style sheet save as ".css " without contain any html tags, while the internal style sheet is using the <style> in the head section.
In this week, we also cover how to create the css document based on our previous quiz, we follow the step teach by madam and we see how is the different between the css and html document.
There are three way of inserting a style sheet
i. External style sheet
ii. Internal style sheet
iii. Inline style
Since before this, my lecturer have cover on how to create a inline style. In this week, we cover on how to inserting style by using external style sheet and internal style sheet. The different between external and internal style sheet is external is the style sheet save as ".css " without contain any html tags, while the internal style sheet is using the <style> in the head section.
In this week, we also cover how to create the css document based on our previous quiz, we follow the step teach by madam and we see how is the different between the css and html document.
Comments
Post a Comment