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!
in the “block display” exercise: Why should it be repeated in the footer style that the text should be centered if it is already marked in the h3 style?
The instructions in this lesson does not have any link with the concept thought in the lesson. None of the instruction demonstrated the how to use the block display concept
Their is also Visual studio code that Codecademy recommends. And then if you want to view your progress just copy and paste “the path” to the url of whatever browser your using and you should be good to go!
I know this was a few years ago, but to add to this just in case anyone is wondering, you can also download an extension on VS that gives you a viewer within the actual application! Just how codecademy does. The extension is called Live Preview by Microsoft. Instead of having to copy the link to the browser. Just a bit more convenient
For the second part of the instructions, this is what i wrote for my code:
“Thanks for taking our survey!”
but for some reason the console registered it as incorrect? When I checked to see what I did wrong via the view solution button, apparently it was because of my quotations mark which made no sense to me. Did I miss an html lesson? Or is the console wrong? If it’s a problem with codecademy lets report it to them and get this fixed can someone try this code and see if they get an error as well, thanks in advanced!
The solutions accepted by the lesson are usually to the T. If what you’re submitting is not exactly what it is asking for, it will mark it as incorrect. In this case, it only wanted the statement without the quotation marks.
the instruction here is a mess. if you want to teach the fundamental lesson it is better if you use a simpler snippets than a complete webpage with many elements. it end up being a mess and confusing the beginner with no experience with CSS. before you fix the overlapping elements you just jump to the another display subject and make our eyes feels uneasy to absorb new things.
In my opinion, just use simpler snippet in every lesson and use a full webpage at the end to practice what we have understand. it is much better and less messy.
The code checking your answer was searching for what they had in between the quotations, but not with the quotations. The sentence itself was what they wanted you to add to the h3 element as the correct answer. The quotations are there just to let you know exactly what you need to type from between them.