Tell us what’s happening:
I’m having an issue with step 1.
It says “You should have two meta elements.”
I know I have them in my code. But, it’s still not letting me past Step 1.
Is there something I’m missing?
My code so far.
Balance SheetYour code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<!-- User Editable Region -->
/* file: styles.css */
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<title>Balance Sheet</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 1