Learn Accessibility by Building a Quiz - Step 4

I shouldn't give the meta a content attribute.

Your code so far

/* file: index.Ext.html */
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content=""/>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>

  </body>
</html>

/* file: styles.Ext.css */
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content=""/>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>

  </body>
</html>

Your mobile information:

SM-S901B - Android 14 - Android SDK 34

Challenge: Learn Accessibility by Building a Quiz - Step 4

Link to the challenge:

Hello!

Try giving the content a value of Quiz, or some other descriptive value.

Smooth coding!

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