CSS - Easy to code?

The only thing you need to know is colors such as #999999 which makes a darkish grey. FFCC00 makes a orangy yellowish color.
 
The most important thing with HEX codes is you need to have six digits. It's easier with HTML because if you have something like #999999 you can have #999 and it shows up the same. It seems more useful to have the full six in the browser reasons.

Another thing you have to worry about with CSS is Internet Explorer. This can be such a huge pain if you have a huge page written with CSS & HTML.
 
Elf said:
The most important thing with HEX codes is you need to have six digits. It's easier with HTML because if you have something like #999999 you can have #999 and it shows up the same. It seems more useful to have the full six in the browser reasons.

Another thing you have to worry about with CSS is Internet Explorer. This can be such a huge pain if you have a huge page written with CSS & HTML.

I want to comment so much on half of the people's posts in here. Agreed basic CSS can be somewhat easy to comprehend, though as someone above mentioned, there is soooo much to go into depth of CSS and it's pseudo coding and such.

@Elf, HEX codes are CSS. I agree you can put them into HTML, but it still is CSS. Also, CSS takes three digit color codes as well. Though, I believe HTML alone, the normal HTML coding, is the most basic, since there are just a few code snippits that you need to know in order for it to be complete.

CSS just requires learning and repetition, I use it for every website because you NEED it for every website. If anyone needs questions or help I am always free to ask. There is to much depth to CSS alone, that many do not understand.
 
i think the language itself is very easy, but to make the page look exactly the way you wanted is a bit harder... but not that hard
 
I've been working with CSS for a few months now, and i can make a whole site design with it now, fantastic coding language.
 
Back
Top Bottom