Help linking Index.html and css to browser file

Hi everyone. I’ve linked my index.html and css files together but the next Instruction states to open browser, open file, open index.html. I can’t find the “open file” option on my Google Browser. Somebody help me??? lol Thanks for not laughing at my ignorance. Jeni

this may help:
Open your preferred web browser. In the menu bar, click on “File” and then click on “Open File…” (or equivalent). Navigate to your index.html file and then click “Open” (or equivalent). The browser should load your web page. What do you see?

Here’s what I have so far (i do note the text/css part looks incorrect but not sure what’s wrong):

Howie's Dream Job

Everything Howie Loves

Howie loves doing many things, but these are his favorites:

  • Making music
  • Making wood spirits
  • Etching in glass, metal, and wood
  • Working out
  • Family and friends

Look here to view samples of his work: Google

  • {
    font-family: Helvetica, Arial, sans-serif;
    }

h1 {
color: SeaGreen;
}

p,
li {
font-size: 18px;
}

a {
text-decoration: none;
}