Skullintercourse wrote:
Anyone know these/are learning them?
I learnt the basics a couple years ago to make custom themes for stuff, and I'm trying to pick it up again now because I need something to do that doesn't take to much effort, it's fun, and also my dad's in the start-phase of a sales company so I hope to eventually be able to help him with website stuff and marketing.
I've done the HTML course at codecademy, am halfway through the CSS one, and read various stuff over at w3schools + mess around with their online simulator (you type code on the left and press run and get to see it instantly on the right as it would've appeared on an actual website, easier than typing cote into notepad and opening it in Chrome).
So far the only things that confuse me slightly is CSS hierarchy, but I messed around with that in the simulator thing and think I get it now?? Either way my question is does anyone who also like this stuff have suggestions for where I should move on to when I'm done with the courses on Codecademy? I wanna refresh what I learnt of jQuery too, but think I wanna try and actually use HTML and CSS a bit before throwing that + javascript into the mess.
I just wanna talk about this with someone lol
Anyone know these/are learning them?
I learnt the basics a couple years ago to make custom themes for stuff, and I'm trying to pick it up again now because I need something to do that doesn't take to much effort, it's fun, and also my dad's in the start-phase of a sales company so I hope to eventually be able to help him with website stuff and marketing.
I've done the HTML course at codecademy, am halfway through the CSS one, and read various stuff over at w3schools + mess around with their online simulator (you type code on the left and press run and get to see it instantly on the right as it would've appeared on an actual website, easier than typing cote into notepad and opening it in Chrome).
So far the only things that confuse me slightly is CSS hierarchy, but I messed around with that in the simulator thing and think I get it now?? Either way my question is does anyone who also like this stuff have suggestions for where I should move on to when I'm done with the courses on Codecademy? I wanna refresh what I learnt of jQuery too, but think I wanna try and actually use HTML and CSS a bit before throwing that + javascript into the mess.
I just wanna talk about this with someone lol


0
0
0
0
0
To join the forums you need to be logged in.


17
and leave the other ones untouched. Like if element style says the background should be purple, and class style doesn't mention background colour, will the code be read as background to be purple or do you have to specify AGAIN in the class style? The answer was that yea it leaves everything as is until contradicted and directly overrun by a higher prioritised rule using the same property.