Help with the embedded text editor

**Tell us what’s happening:**I’m on lesson 1 HTML Elements. When I try to type the brackets I get nothing, matter of fact they don’t work here either.

Your code so far


<h1>Hello World</h1>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0.

Challenge: Headline with the h2 Element

Link to the challenge:

Hi @jimb524, welcome to FCC.
There is an instruction which says:
Add an h2 tag that says "CatPhotoApp" to create a second HTML element below your "Hello World" h1 element. Have you followed that instruction?
Add

<h2>CatPhotoApp</h2>

to the existing code.

@jimb524 Please do not create duplicate topics for the same challenge/project question(s).

Are you talking about < and > when you say brackets? If so is it only in the editor that they do not work? Are you able to type them in notepad for example?