Learn Responsive Web Design by Building a Piano - Step 2

Tell us what’s happening:

I really don’t find what’s wrong with meta tags

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Piano</title>

<!-- User Editable Region -->

<meta  name="viewport" content="width=device-width, initial-scale=1.0">
<meta  charset="utf-8">

<!-- User Editable Region -->

  </head>
  <body>
    
  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0

Challenge Information:

Learn Responsive Web Design by Building a Piano - Step 2

Hello! Welcome to the forum.

I put your code through the test and it passed. Ensure that you have no browser extensions that are not allowing your code to pass.

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