Skip to content
Gymness Work
Gymness Work

  • Home
  • Guides
  • Android
  • Google Chrome
  • Google Products
Gymness Work

Category: freeCodeCamp

freeCodeCamp

Create a Bulleted Unordered List – freeCodeCamp Solutions

Kai, April 17, 2024October 12, 2024

Create an unordered list of three things that cats love at the bottom of the…

Continue Reading
freeCodeCamp

Create an Ordered List (HTML) – freeCodeCamp Solutions

Kai, April 17, 2024October 12, 2024

Create an ordered list of the top 3 things cats hate the most. <h2>CatPhotoApp</h2> <main>…

Continue Reading
freeCodeCamp

Turn an Image into a Link – freeCodeCamp Solutions

Kai, April 17, 2024October 12, 2024

Place the existing image element within an a (anchor) element. <h2>CatPhotoApp</h2> <main> <p>Click here to view more…

Continue Reading
freeCodeCamp

Make Dead Links Using the Hash Symbol – freeCodeCamp Solutions

Kai, April 17, 2024October 11, 2024

 Replace the href attribute value with a #, also known as a hash symbol, to create a dead…

Continue Reading
freeCodeCamp

Nest an Anchor Element within a Paragraph

Kai, April 17, 2024October 11, 2024

Nest the existing a element within a new p element. Do not create a new anchor tag. The new…

Continue Reading
freeCodeCamp

Link to Internal Sections of a Page with Anchor Elements

Kai, April 17, 2024October 11, 2024

Change your external link to an internal link by changing the href attribute to #footer and the text from cat…

Continue Reading
freeCodeCamp

Link to External Pages with Anchor Elements – freeCodeCamp Solutions

Kai, April 17, 2024October 11, 2024

Create an a element that links to https://www.freecatphotoapp.com and has “cat photos” as its anchor text. <h2>CatPhotoApp</h2> <main> <a…

Continue Reading
freeCodeCamp

Add Images to Your Website – freeCodeCamp Solutions

Kai, April 17, 2024October 11, 2024

Simply add a img element with an alt text. <h2>CatPhotoApp</h2> <main> <img src=”https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg” alt=”Cute Cat.”>…

Continue Reading
freeCodeCamp

Introduction to HTML5 Elements – freeCodeCamp Solutions

Kai, April 17, 2024October 11, 2024

Create a p element and nest both p elements inside the main element. <h2>CatPhotoApp</h2> <main>…

Continue Reading
  • Previous
  • 1
  • 2
  • 3
©2025 Gymness Work | WordPress Theme by SuperbThemes