There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
Agree with a comment or answer? Like () to up-vote the contribution!
Hi! I realize my question is not directly related to the topic, but I think I’m missing a couple of important things here.
I noticed that the regions in index.html for this exercise has their contents (<h2>, <p> and <a>) enclosed in <li> tags. I assume that it might be that way for semantic purposes. If so, when should you do this as opposed to using combinations of other semantic tags?
For example like so:
Hi, just letting you know, the first instruction doesn’t get applied, I’ve tried everything I can think of, using HEX, RGB, I even click on the solution copy paste it and nothing, the color on the h1 heading doesn’t change, the background color does though.
First, Codecademy’s HTML tends not to use the more semantic tags. My theory is that the courses were not updated with the release of the newer, more semantically accurate tags (like <section>, for instance).
Second, in this instance, using <li> can be considered correct as they are LISTING regions and describing them. This could also be applied to the roasting levels, IMO
Does foreground color affect anything other than the text color?
For example, color: red; changes the text to red.
Are there any examples where color: red; change the color of anything besides the text to red?
This isn’t only happening for this lesson, but every time I enter CSS properties, when I press “run”, it tells me I didn’t enter what I was told to in the instructions. I view the solutions every time, and there is no difference between my code and the correct code.
I would think that it might be because the header class is given to the <div> that is containing the <h1> and not the <h1> it self which has it’s own declaration.