![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Having issues building Travel agency website - HTML-CSS - The ...
2025年1月27日 · Hey guys, I’m new to coding and this forum so I apologize if I do something wrong as far as posting this goes. I’m doing the 2nd lab “Building a travel agency page” and …
Targeting a specific TH element - The freeCodeCamp Forum
2023年11月27日 · Hello! I am trying to target a specific TH element to change the background color of that cell only. I’ve made several attempts and can’t quite seem to get it right. The …
Learn Basic CSS by Building a Cafe Menu - Step 64
2024年9月26日 · target is an attribute that determines how the link is opened, _blank means it will open in a new tab. This attribute has been introduced at the beginning of the Cat Photo App …
Learn Basic CSS by Building a Cafe Menu - Step 75
2024年10月12日 · Tell us what’s happening: Please I need help on this question: Step 75 Changing the margin-bottom to 5px looks great. However, now the space between the …
Learn Basic CSS by Building a Cafe Menu - Step 64
2025年1月21日 · >Visit our website. Hi there! Is that dot required with the text for the challenge step? Also make sure to use exact text.
Learn Basic CSS by Building a Cafe Menu - Step 64
2024年10月6日 · Your solution works from my end. Please try one of the following steps to move forward. Click on the “Reset” step button and force a refresh of your page with CTRL + F5 if …
Learn Algorithm Design by Building a Shortest Path Algorithm
2024年8月27日 · if target: targets_to_print = [target] else: targets_to_print = graph This part is a bit tricky because you don’t know exactly what will happen in the following steps. I hope this …
Shopping Cart Array - JavaScript - The freeCodeCamp Forum
2019年10月15日 · function productItem(img, name, price, id) { this.img = img; … Hi, I created a shopping cart using localStorage, I can call the arrays up on my cart page but I can’t see to get …
Learn Basic CSS by Building a Cafe Menu - Step 88
2025年1月4日 · Hi there! Hope you are doing well! To add image to the project, simply use the following HTML tag: <img src="url alt=“what is in the image”/>
Learn Basic CSS by Building a Cafe Menu - Step 71
2025年1月30日 · Tell us what’s happening: I put the hr element between the main and the footer element but still says I should add a second hr element I dont understand.