Tribute Page - Build a Tribute Page

Tell us what’s happening:

I am having issue saving my work it keeps bringing me back to these few lines of code

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  </htl

/* file: styles.css */

Your browser information:

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

Challenge Information:

Tribute Page - Build a Tribute Page

Welcome to the forum @brendaadanna

I am wondering if it may be because the closing </html> should be the very last entry on the page below everything else. The html is the instruction for the browser on how to render the page.

Try moving it down to below the rest of your work and see how what happens.

Happy coding! :sun_with_face:

1 Like

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