Tell us what’s happening:
Describe your issue in detail here.
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; ASTRO Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36
@Wawa1988, keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
The test script, with all tests passing, should be included when you submit your projects.
When a test fails click the red button to see which test(s) are failing and text to help you correct the issue.
Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
The first failing test says
I can see a title with id="title" in H1 sized text.
There should be an element with id="title" : expected null to not equal null
AssertionError: There should be an element with id="title" : expected null to not equal null
Do you see why this test is failing? (When you correct this the second failing test will also pass)
On a side note, do not use the <br> element to force line breaks or spacing. That’s what CSS is for.