Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Tell us what’s happening:
it’s asking for two meta tags detail here.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

/* 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/108.0.0.0 Safari/537.36

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Link to the challenge:

it’s asking for two meta tags but i have more than two

" Give your head element the appropriate meta elements for the **charset** and **viewport** , a title element with an appropriate title, and a link element for your stylesheet."
You should have only two meta elements (charset and viewport), and ‘title’, but you have to add the ‘link’ element too:

<link rel="smth" href="smth.css">

This is just a guidance.

1 Like

i have try that but am still geting that notification

this was not requested.

if you are still stuck, please post your new code in response in this thread

1 Like

thank you very much, you solved my problem

2 Likes