could someone plz help me with the 88th step, its kinda confusing for me
I can see why it would be confusing as thereâs more than one address and p tag. The question asks:
Now apply the
address
class to thep
element containing the address.
The address and p tags in this case are these:
p> 123 Free Code Camp Drive /p>
Previously youâve added a class to some tags by inserting a class=âwhateverâ attribute. So youâll want to take a look at that line above and give it a class named âaddressâ.
I hope that helps!
im sorry i dont get itâŚill show u till where i have completed maybe u could point out my mistake and guide me
Youâve got your class attribute added exactly right, but just in the wrong P tag. They want it in the P tag preceding 123 Free Code Camp Drive. The postal address of the cafe.
So if you remove the class tag from where you have it and move it down to the next P tag you should be all set.
thankyou! i understood where the problem was