CSS (Cascading Style Sheets) is: a collection of codes that are interconnected in sequence and to set the format / layout display a web page. The CSS is embedded in the HTML tag means attached to or embedded in an HTML tag.
Before CSS was born and developed, web programmers just use <table> in HTML to adjust the layout of the display.
Advantages of using CSS:
To organize and beautify the web interface (neater).
More practical and conserve tag repeated.
Can be used on another website or webpage, for example, we have a 5 page website (webpage), then we do not need to make the display settings or rewrite code-code to adjust the layout of the display on each page / page five times. We can utilize existing code by calling the CSS tags created in a separate file (file.css).
The format of writing syntax / CSS code:
selector {property: value}
Syntax example:
h1 {color: blue}
The above example shows:
His selector: h1
Property her: color
Value: blue
Then, Understanding CSS3 What is it?
CSS3 is not the same as the CS (S her 3 times) or CSSSS (Cascading Style Sheets Sheets Sheets). CSS3 merpukan the 3rd generation of the previous CSS development. So basically, the definition CSS3 CSS tantamount to understanding the earliest generation. However, some new standards to replace CSS2 and CSS3 will probably make tips can explore more deeply to make the site look more attractive and began to leave the site makes loading long wait.
Some of the advantages that exist in CSS3:
CSS3 can be more detail to declare an object to be given style. For example in the objects 'blockquote' can make a (quote) at the beginning and end uses larger font than the content itself blockquote.
CSS3 rich in features for animation and effects to text or objects, which previously could not be done by CSS2 / CSS2.1, and can replace the role of the image. Web 2.0 standard or interactive sites and efficiently based on the use of CSS.
With CSS3 site will be more developed and can be more interactive with the visitor.
Can reduce the size of the file is loaded and lighter, automatically reduces bandwidth inbound / outbound sites.
CSS3 has facilities for the shadow of a div layout, feature transparency, color gradients on the border, the color of the selected text, reduce or enlarge the scale feature layout, text columns, and features a gradient background.
Before CSS was born and developed, web programmers just use <table> in HTML to adjust the layout of the display.
Advantages of using CSS:
To organize and beautify the web interface (neater).
More practical and conserve tag repeated.
Can be used on another website or webpage, for example, we have a 5 page website (webpage), then we do not need to make the display settings or rewrite code-code to adjust the layout of the display on each page / page five times. We can utilize existing code by calling the CSS tags created in a separate file (file.css).
The format of writing syntax / CSS code:
selector {property: value}
Syntax example:
h1 {color: blue}
The above example shows:
His selector: h1
Property her: color
Value: blue
Then, Understanding CSS3 What is it?
CSS3 is not the same as the CS (S her 3 times) or CSSSS (Cascading Style Sheets Sheets Sheets). CSS3 merpukan the 3rd generation of the previous CSS development. So basically, the definition CSS3 CSS tantamount to understanding the earliest generation. However, some new standards to replace CSS2 and CSS3 will probably make tips can explore more deeply to make the site look more attractive and began to leave the site makes loading long wait.
Some of the advantages that exist in CSS3:
CSS3 can be more detail to declare an object to be given style. For example in the objects 'blockquote' can make a (quote) at the beginning and end uses larger font than the content itself blockquote.
CSS3 rich in features for animation and effects to text or objects, which previously could not be done by CSS2 / CSS2.1, and can replace the role of the image. Web 2.0 standard or interactive sites and efficiently based on the use of CSS.
With CSS3 site will be more developed and can be more interactive with the visitor.
Can reduce the size of the file is loaded and lighter, automatically reduces bandwidth inbound / outbound sites.
CSS3 has facilities for the shadow of a div layout, feature transparency, color gradients on the border, the color of the selected text, reduce or enlarge the scale feature layout, text columns, and features a gradient background.
No comments:
Post a Comment