Introduction
Free code camp has made it very simple to understand and practice coding. HTML was one of the first learning practices. You have the opportunity to practice and build a Cat Photo App while learning HTML.
It is also acceptable to practice in your spare time, guided by the lesson learned, and track your progress. So this article will show you the lines of code on "How I Learned to Build a CatPhotoApp" and images of what the Finished Product should look Like.
- Code Snippet
- A clear representation of what the code snippet above should look like:
- Code Snippet
- A clear representation of what the code snippet above should look like:
- Code Snippet
- A clear representation of what the code snippet above should look like:
- Code Snippet
- A clear representation of what the code snippet above should look like:
NOTE: The "freecodecamp.org" shows it is a link.
NOTE: The images up top represent the final result for each section for the different lines of code. This indicates that your website should ultimately appear, as shown in the images above.
A Code Snippet On How It Looks Like When Put Together
NOTE: The same way the codes are all together, the images will turn out as one image when put together.
New Tags I Learned
target="_blank" in an anchor element opens the link in a new tab.
figcaption: This tag contains both an opening and closing tag. It is used to add text or a caption below an image to explain its content.
Conclusion
It can be difficult to find topics to write about at times, and I discovered that documenting what you are learning helps you and other readers learn better. The only way to improve as a programmer is to practice constantly, which is possible with apps like freecodecamp.
Freecodecamp enables you to learn and build at the same time, making it easier to practice in your spare time. It is recommended that you try to learn and practice with the various courses available on freecodecamp, and then watch yourself grow and obtain a certificate at the end of your learning.