Give the paragraph a font size of 18px
The font size of words highlighted with the <span> tag should be 3px larger and the weight should be 600.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<!DOCTYPE>
<html>
  <head>
    <title>Browsers</title>
  </head>
  <body>
    <p>You work with the browser every day. On your mobile phone, tablet, laptop, or desktop, you probably have <span>Chrome</span>,
      <span>Safari</span>, <span>Firefox</span>, or <span>Opera</span>.</p>
  </body>
</html>