Using Whitespace in CSS : CSS Basics : Style Basics HTML CSS TUTORIALS


HTML CSS TUTORIALS » Style Basics » CSS Basics »

 

Using Whitespace in CSS


 

all the following statements are correct and produce the exact same result: 

body{font-size:20px;line-height:150%;

body font-size:20px; line-height:150%; 

body font-size : 20px ; line-height : 150% ; 

body 



font-size: 20px; 

line-height: 150%; 


 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Style Basics
» CSS Basics