<html>
<body>
<h1>CatPhotoApp</h1>
<!-- User Editable Region -->
<h2>Cat Photos</h2>
<p>See more cat photos in our gallery.</p>
<!--TODO: Add link to cat photos-->
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hi there! This portion of the curriculum is teaching you how to leave comments in html documents. Comments are important because they enable you to leave notes for yourself or other developers about the design of your page or features that you’d like to add to the page at a later time. In html, the comment is written by opening the line with the characters <!-- and closing with -->. These characters tell the html document to ignore this line of code. Here’s an example: