Build a list of major web browsers -step 7

I don’t understand what im doing wrong?

List of Browsers and Descriptions

List of Major Web Browsers

Google Chrome
This is a free web browser developed by Google and first released in 2008.
        <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 2023 by the Browser Company.</dd>
    </dl> 
 </body> 

The mistake is capitalization in the company name.

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