Saturday, 14 June 2014

WEEK 2:Start of the CSS Adventure

                                                                                                                 JUNE 9- JUNE 13

HELLO FOLKS!
               
I'm here again to share what I've learned in our ICT Class.This week was a relaxing-tiring week. Isn't ironic? Haha. Well, It's very relaxing because we're just encoding things which were written in the online module and It's a tiring week for encoding isn't really an easy job. It requires a lot of patience. 

This week, we learned about CSS or Cascading Style Sheet. But first, what is a style sheet? Style sheets make HTML pages elegant by allowing the designer to create definitions to describe the layout and appearance of the page. So, style sheets can help us in improving our web pages by turning it into a elegant and a sophisticated one. AMAZING! Style sheets are called cascading because the effect of a style can be inherited or cascaded down to other tags. (It's like sharing genes to your offspring. These genes will be inherited by the next generation hehe ) 
   
The style sheet starts with the HTML <style> tag and specifies that the style sheet is consists of text and CSS. This style sheet is used to customize HTML tags, thus by giving them a new style. A style sheet is consists of set rules. This rules is consists of two parts: a selector and the declaration block. Selector is the HTML element that you're trying to stylize while declaration block is the properties and values that describe the style for the selector. The properties and the values are separated by a colon while the group of properties are separated by a semi-colon. We learned it in our first activity, activity 15. 1. Here's an example:


We also learned about different CSS units of measurements, style sheet properties, color properties, font properties, text-alignment properties, image and background properties, and margin and border properties.                                                                 


Okay! That's all for today. Thanks for reading my blogs :)


karissajoyroy~

No comments:

Post a Comment

Saturday, 14 June 2014

WEEK 2:Start of the CSS Adventure

Posted by Unknown at 06:34
                                                                                                                 JUNE 9- JUNE 13

HELLO FOLKS!
               
I'm here again to share what I've learned in our ICT Class.This week was a relaxing-tiring week. Isn't ironic? Haha. Well, It's very relaxing because we're just encoding things which were written in the online module and It's a tiring week for encoding isn't really an easy job. It requires a lot of patience. 

This week, we learned about CSS or Cascading Style Sheet. But first, what is a style sheet? Style sheets make HTML pages elegant by allowing the designer to create definitions to describe the layout and appearance of the page. So, style sheets can help us in improving our web pages by turning it into a elegant and a sophisticated one. AMAZING! Style sheets are called cascading because the effect of a style can be inherited or cascaded down to other tags. (It's like sharing genes to your offspring. These genes will be inherited by the next generation hehe ) 
   
The style sheet starts with the HTML <style> tag and specifies that the style sheet is consists of text and CSS. This style sheet is used to customize HTML tags, thus by giving them a new style. A style sheet is consists of set rules. This rules is consists of two parts: a selector and the declaration block. Selector is the HTML element that you're trying to stylize while declaration block is the properties and values that describe the style for the selector. The properties and the values are separated by a colon while the group of properties are separated by a semi-colon. We learned it in our first activity, activity 15. 1. Here's an example:


We also learned about different CSS units of measurements, style sheet properties, color properties, font properties, text-alignment properties, image and background properties, and margin and border properties.                                                                 


Okay! That's all for today. Thanks for reading my blogs :)


karissajoyroy~

0 comments on "WEEK 2:Start of the CSS Adventure"

Post a Comment