How to send html file to someone via email

Tell us what’s happening:
Describe your issue in detail here.
In the responsive webpage certification process, the main issue right now is that after adding the main element tag successfully, i can’t seem to indent the

,the comment(<!–) tag and the

tag within the same the element tag. Even after adhering to the instructions, i can’t seem to move forward. please help.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
<main> 
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos.</p>
</main>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36

Challenge: Step 6

Link to the challenge:

You should not move the main tags or add additional man tags… I would reset the code and only add two spaces before each tag you need to indent.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.