https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-web-development-foundations/tracks/fscj-22-fundamentals-of-html/modules/wdcp-22-learn-html-structure-c107c169-b1ea-46cc-868e-4ad7c884a44c/projects/html-fashion-blog
In this link i take you to Number 14 where the taskbegins with a
element and i think continues with an id=‘contact’ attribute. I don’t yet understand what it’s asking for and could use some clarification.
We’re asked to insert a new division (<div></div>
) and to give it the ID attribute you described above. Where does the attribute get inserted?
The next part of the instruction is to create a child paragraph inside the division:
<div>
<p></p>
</div>
The content of the paragraph is provided.
Yeah I had it work when its inserted in the
tag
It actually doesn’t work when it’s in the
tag, although it lights up only in the
tag
Can you edit your post and set the formatting, please?
Use a backtick before and after the HTML tag(s) you want us to see.
**tick** <div id='Isa'> **tick**
<p> email: [email protected] | phone: 917-555-1098 | address: 371 284th St, New York, NY, 10001 </p> </div>
1 Like
What happened to the <strong></strong>
tags?
That’s for #15 which i havent gotten to. It shouldnt be a problem
1 Like
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.