Build a List of Major Web Browsers - Step 7

Tell us what’s happening:

hi guys please help me with this as soon as possible

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html>
  <head>
    <title>Major Web Browsers</title>
  </head>

  <body>
    <h1>List of Major Web Browsers</h1>

    <dl>
      <dt>Google Chrome</dt>
      <dd>This is a free web browser developed by Google and first released in 2008.</dd>

      <dt>Firefox</dt>
      <dd>This is a free web browser developed by the Mozilla Corporation and first created in 2004.</dd>

      <dt>Safari</dt>
      <dd>This browser was developed by Apple and is the default browser for iPhone, iPad and Mac devices.</dd>

      <dt>Brave</dt>
      <dd>This is a free web browser first released in 2016 that is based on the Chromium web browser.</dd>

      <dt>Arc</dt>
      <dd>This is a free Chromium based web browser first released in</dd>
    </dl>

  </body>
</html>


<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Build a List of Major Web Browsers - Step 7

Hi!

Can you specify the problem? Right now, I see that there’s a difference between the contents of your head element and the contents of the head element of the challenge.

look I don’t know what to do where is the problem

Try to reset the step and follow the instruction.

Don’t make any other changes.

do you guys have any solution instead of this

Don’t make other changes to the code that aren’t specified by the instructions

write the whole sentence given to you, not just this part