Author |
Topic: css (Read 11408 times) |
|
ashutoshets
Newbie
Gender:
Posts: 14
|
What is css and what is use of css.
|
|
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: css
« Reply #1 on: Mar 10th, 2012, 3:33am » |
Quote Modify
|
CSS is a way to tell the browser how elements on the page should look. It stands for "Cascading StyleSheets". And wikipedia is bound to have a page all about it.
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
lizzie88
Newbie
Gender:
Posts: 3
|
|
Re: css
« Reply #2 on: Feb 8th, 2013, 10:58am » |
Quote Modify
|
CSS - Cascading Style Sheet., Styles define how to display HTML elements.
|
|
IP Logged |
|
|
|
jemyclarke
Newbie
Gender:
Posts: 15
|
|
Re: css
« Reply #3 on: Feb 22nd, 2013, 11:59pm » |
Quote Modify
|
Css is code webblog or webmaster use to editing blog themes. It is to treat it as an html, extension to help simplify for design website. It is very high flexibility because it allows designer can control entire interface of website.
|
|
IP Logged |
|
|
|
venkatsha
Newbie
Save planet from pollution!
Gender:
Posts: 14
|
|
Re: css
« Reply #4 on: May 1st, 2013, 8:51am » |
Quote Modify
|
CSS means cascade style sheet. Which is actually a web coding type of thing used to tell web browser about how site should render/how the design/styles of the web/html elements should be.
|
|
IP Logged |
|
|
|
allenhill
Newbie
Posts: 1
|
|
Re: css
« Reply #5 on: Jun 24th, 2013, 5:19am » |
Quote Modify
|
Cascading style sheets (CSS) are used to determine the appearance of HTML pages in a browser. They provide an easy way to change the visual appearance of a group of HTML files without changing each individual file. CSS allows the separation of web page content (i.e., the text of a page) from the way that the content is displayed (i.e., the font, size, and color of the text). The standards for CSS are maintained by the World Wide Web Consortium (W3C).
|
|
IP Logged |
|
|
|
JaneBD
Junior Member
Gender:
Posts: 57
|
|
Re: css
« Reply #7 on: Aug 7th, 2014, 4:28am » |
Quote Modify
|
Google - "Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language." It basically allows the programmer to style a webpage, in whatever way they please, as well as effectively section and display their pages. It can reduce the amount of code (reducing the amount of memory necessary to store pages), which in turn can decrease the load time of your webpage.
|
|
IP Logged |
"Do or Do not, there is no try" - Yoda A Work in Progress
|
|
|
rmsgrey
Uberpuzzler
Gender:
Posts: 2873
|
|
Re: css
« Reply #8 on: Aug 7th, 2014, 6:51am » |
Quote Modify
|
The big idea of CSS is to separate content from presentation - if you want all the (second tier) headings on your page to be purple and underlined, rather than editing each one to add the HTML tags for "purple" and "underlined", you can simply tag them all "h2" (a structural tag) and include a style definition (on page, or in a linked stylesheet) that says that all h2 elements should be purple and underlined. The main advantages: - it makes the page easier to maintain - if you decide you want the h2 elements to be green instead of purple, you only need to change the style rather than editing each element, and if you decide to add another heading, you only need to tag it as h2, not copy over the colour and underlining. - it allows you to reuse the same style for multiple pages across a site - as above, it makes adding and changing things easier, and it gives your entire site a more consistent look. - it allows the user to override some or all of your presentation decisions - that may not sound like such a good thing - after all, you designed your site to appear a certain way, so why should the user get to change that? - but users with special needs may be unable to use your site without changing the presentation, and users with strong personal preferences may be unwilling to. For most people, increased accessibility at minimal/no extra effort is a good thing. - most of the time, it takes less code to achieve the same effect - the obvious exception is when you only have one matching element for a given style, where you end up with one copy of the presentation code either way, but CSS adds the code to specify which element(s) that presentation code should apply to. It's also possible to get seduced by the easy special effects and end up with more code overall because you're doing so much more with the presentation, but even that's mostly only going to apply to small, simple pages, or to situations where you set out to make your presentation inconsistent. Somewhat ironically, an oft-repeated maxim among computer programmers is "don't repeat yourself" - where possible, only tell the computer something once, and then refer back to that if you need the same thing later. CSS is that idea applied to HTML presentation.
|
|
IP Logged |
|
|
|
wakiza33
Junior Member
industrial Engineer // Berkeley Alumnus
Posts: 54
|
|
Re: css
« Reply #9 on: Oct 3rd, 2014, 7:27pm » |
Quote Modify
|
Great info in here.
|
|
IP Logged |
Binder Jetting Engineer
|
|
|
Robert09
Newbie
Gender:
Posts: 4
|
|
Re: css
« Reply #10 on: Sep 17th, 2015, 1:17am » |
Quote Modify
|
I'm learning CSS at the moment and also HTML. You should learn both as they interact between each other in all the webs i''ve seen! I'm learning it in FreeCodeCamp, great resource and free xD
|
|
IP Logged |
|
|
|
anglia
Junior Member
Gender:
Posts: 60
|
|
Re: css
« Reply #11 on: May 2nd, 2016, 10:55pm » |
Quote Modify
|
I think you get the enough information about CSS.
|
|
IP Logged |
ebooks
|
|
|
gitanas
Junior Member
Posts: 55
|
|
Re: css
« Reply #12 on: Jun 21st, 2016, 3:49am » |
Quote Modify
|
You can have one HTML code and with good written CSS you can make it work on all, browsers, tablets and smartphones
|
|
IP Logged |
Dummy Frog - my blog about interesting and funny things in our World
|
|
|
|