Hi, I am new to codecademy and learning HTML. I am stuck on the HTML " heading" exercise point 7. please help thanks
please read this topic:
it tells you what information you should include to get proper help, the reply you currently made makes it really difficult for the helping side to provide good help
@wicked-man, you should have gotten a notification for my reply here? Please stop hijacking other topics, and use this topic for your question, and include the details i asked for
Sorry stetim94. Will remember going forward
Wicked-man
let me rephrase my question.
I am working on the an HTML exercise called “headings”.
on point 7 it says “add one more <h3>
that says” Countries with small brown near populations" so I typed
<h3>Countries with Large Brown Bear Populations</h3>
<h3>Countries with small Brown Bear Populations</h3>
then I got a error message saying
Did you add your ‘Countries with Small Brown Bear Populations’ header below ‘Countries with Large Brown Bear Populations’?
can’t seem to get this right
seems you made a typo, it should Small Bear
with uppercase S
yes!!! I got it now and moving forward. Thanks stetim94 !!!
sorry stetim94 another wall.
in the next exercise Text content tags. point 2 says
2.
Below the <h2>
element that says About Brown Bears, add a paragraph that is indented the same amount of space as the other content inside of this <div>
. The paragraph should contain the following text:
The brown bear (Ursus arctos) is native to parts of northern Eurasia and North America. Its conservation status is currently Least Concern. There are many subspecies within the brown bear species, including the Atlas bear and the Himalayan brown bear.
I wrote
<p>the brown bear (Ursus arctos) is native to parts of northern Eurasia and North America. Its conservation status is currently Least Concern. There are many subspecies within the brown bear species, including the Atlas bear and the Himalayan brown bear.</p>
the prompt I get -Did you add the given text inside your
tag?where did I mess up ??
why would you write it? The change of making a typo is pretty big, i would just copy paste those texts, given one typo will throw an error
Thanks, have been doing that know and seem to be doing fine