psytrance
Ava R.
No. HTML and CSS are two completely different types of code and can't be converted into each other.
I thought CSS was basically a way of organizing HTML? I learned HTML first, and if it weren't for that, I wouldn't have been able to grasp CSS.
That's part of its function, yes. HTML should only be purely the structure of a site, while CSS is supposed to be the presentational layer of a website. Everything design-wise (positioning, graphics, borders, colors, font control, etc.) should be done through CSS.
I think it is definitely easier to learn CSS if you know HTML. It's harder to understand what CSS is doing, particularly when it screws up, if you know how HTML coding works.