Oh, so now its CSS you want to learn a bit? Okay, okay.
CSS is, actually, pretty much on the same difficulty level as HTML, well, it was a bit confusing for me at first. As Derek said “CSS is a cascading style sheet”, which then I found on Google, and noticed he was just merely quoting, but still, what he said is true. CSS pretty much makes things a bit more easier, really, by using the tag “class” and “id”.
- ID = is a tag used for something unique, something more to just the use of one particular item, not multiple with just one ID.
- Class = unlike “id”, class is used more to express more than just one item in particular, but more than a couple- I’d say there are innumerable things class can express.
CSS helps with the making of the artistic side of your webpage/code.