0
What is the use of css file
I work on bluej and when I right click I see add css file.. when I add it.. and write some hava codes.. it neither complies nor show errors. what is this css file
2 Answers
+ 1
CSS stands for Cascading Style Sheets. From the term itself, what it does is provide styling for webpages. It's the reason webpages look nice and clean instead of boring and bland! BlueJ has it because it supports editing for CSS along with HTML and JS, so you can also use it for web development!
0
thanks.. so how to use x.css in bluej