Build a List of Major Web Browsers - Step 4

Tell us what’s happening:

its for some reason refusing to take what i had put

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html> 
<html lang="en"> 
    <head> 
        <meta charset="UTF-8"> 
        <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
        <title>List of Browsers and Descriptions</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>


<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36

Challenge Information:

Build a List of Major Web Browsers - Step 4

Why do you have extra spaces after the opening tags? Between the tags and the text

why are you adding Safari? in this step 4 you already have Google Chrome from previous step and add Firefox in this step.

Do not do more than asked