Learn HTML by Building a Cat Photo App - Step 36
The freeCodeCamp Forum
by Johnybe7
1h ago
Tell us what’s happening: I can’t get it to work no matter what… Please help me. Thank you. Your code so far <html> <body> <main> <h1>CatPhotoApp</h1> <section> <h2>Cat Photos</h2> <!-- TODO: Add link to cat photos --> <p>See more <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p> <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its b ..read more
Visit website
Learn Typography by Building a Nutrition Label
The freeCodeCamp Forum
by febyputra17
1h ago
Sorry, your code does not pass. You’re getting there. You should have a span element around the text Protein 3g. <div > <p >% Daily Value *</p> <div ></div> <p><span><span >Total Fat</span> 8g</span> <span >10%</span></p> <p >Saturated Fat 1g <span >5%</span></p> <div ></div> <p ><span><i>Trans</i> Fat 0g</span></p> <div ></div> <p><span><span >Cholesterol</span> ..read more
Visit website
Help im stuck with this equasion
The freeCodeCamp Forum
by mrgee74
2h ago
Hi i would aprecciate some help. im stuck on Hint Did you create and add the uppercase id attribute to the element within the element? Did you add it correctly? <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>repl.it</title> <link href="index.css" type="text/css" /> <style> #heading { font-family: Arial; background-color: red; color: white; } #uppercase { text-transform: uppercase ..read more
Visit website
How to build a personal portfolio
The freeCodeCamp Forum
by mozieraphael
4h ago
I just finished building my personal portfolio… You guys should check it out and tell me what you think. codepen.io jORRERz ... 1 post - 1 participant Read full topic ..read more
Visit website
Learn Typography by Building a Nutrition Label - Step 43
The freeCodeCamp Forum
by K.lee
4h ago
Tell us what’s happening: this is my problem…Finally, nest the Total Fat span element and the text 8g in an additional span element for alignment. % Daily Value * Total Fat 8g 10% Your code so far <!-- file: index.html --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Nutrition Label</title> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,800" > <link href="./styles.css" > </head> <body> <div > <header> <h1 >Nutrition Facts</h1> ..read more
Visit website
HTML, CSS and JS
The freeCodeCamp Forum
by daacosta
4h ago
Oh well, I have been neglecting the fact that if you want to learn JS you MUST learn HTML and CSS… I have been learning JS without paying attention to the other two guys (HTML and CSS) until one freecodecamp said to me: Note : For all remaining projects in this curriculum, you will need a basic level of knowledge in HTML and CSS. If you are new to HTML and CSS, please go through the Responsive Web Design Certification. Thus, I stopped the JS course and started the suggested course… A detour? Yes. Worth it? Yes… I am gonna take it easy and try to complete at least my first c ertification with ..read more
Visit website
Leetcode? HackerRank? AlgoExpert? Projects? What next?
The freeCodeCamp Forum
by danielbailey0629
5h ago
I thought I knew what path I should take, but now I’m overwhelmed. I work full time and have young kids, so time is very limited. What should I focus on? I’ve already completed the Javascript course here and feel that it was quite easy. I’ve been coding and using javascript for 2 decades in personal endeavors. I have a BSc in Electrical Engineering and Physics and a MSc in Water Resources Engingeering. So my math and problem solving skills are well honed. And my undergrad degree introduced me to basic Comp Sci concepts. Practically speaking, I’ve used Javascript with PHP and MySQL to create a ..read more
Visit website
Learn Introductory JavaScript by Building a Pyramid Generator - Step 78
The freeCodeCamp Forum
by w.ziebert
6h ago
Tell us what’s happening: no idea why my code is not running… Have tried putting done++ before and after my if statement. Your code so far const character = "#"; const count = 8; const rows = []; function padRow(rowNumber, rowCount) { return " ".repeat(rowCount - rowNumber) + character.repeat(2 * rowNumber - 1) + " ".repeat(rowCount - rowNumber); } // TODO: use a different type of loop /*for (let i = 1; i <= count; i++) { rows.push(padRow(i, count)); }*/ let continueLoop = false; let done = 0; // User Editable Region while (continueLoop) { done++; if(done == count); } // User ..read more
Visit website
Learn HTML by Building a Cat Photo App - Step 3
The freeCodeCamp Forum
by jrad3110
6h ago
Tell us what’s happening: I feel as though the Paragraph code is correct, what am I missing ? Your code so far <html> <body> <h1>CatPhotoApp</h1> <!-- User Editable Region --> <h2>Cat Photos</h2> <p1>See more cat photos in our gallery.</p1> <!-- User Editable Region --> </body> </html> Your browser information: User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Challenge Information: Learn HTML by Building a Cat Photo App - St ..read more
Visit website
Learn Basic JavaScript by Building a Role Playing Game - Step 45
The freeCodeCamp Forum
by Bouff_Daddy
6h ago
Tell us what’s happening: What could be the issue with my code at this point? Your code so far <!-- file: index.html --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link href="./styles.css"> <title>RPG - Dragon Repeller</title> </head> <body> <div id="game"> <div id="stats"> <span >XP: <strong><span id="xpText">0</span></strong></span> <span >Health: <strong><span id="healthText">100</span></stro ..read more
Visit website

Follow The freeCodeCamp Forum on FeedSpot

Continue with Google
Continue with Apple
OR