Why is my text for the title and description not appearing?
I wrote a test that shows that access to the tag in the HTML document is null. This seems to indicate that there is no access to the HTML. If there is no HTML access, nothing would appear. The axes are visible showing that the HTML is being written. Weird .
I got the title and description to appear. But at what cost? Now I am back at the position where the axes don’t appear. This seems like a double-bind either/or. How do I have EVERYTHING appear?
Previously I was able to make the title and description appear (with the axes) just by removing .select("body") from those parts of code.
Do you need to write the title and description through the JS? Not sure that is a requirement. Can you please provide a link to the project requirements?