I just started today, and this first HTML lesson seems simple enough. According to the instructions, all I have to do is add the word “World” after “Hello”. My code looks like this:
<h1>Hello World</h1>
I get a message below saying; SyntaxError: invalid regular expression flag s
What am I doing wrong? Is this more complicated than the instructions make it seem?