Everything matches up. What's the holdup?

Can you put all of your code here rather than a screenshot?

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Tree to HTML</title>
  <!-- the next line loads the tests for the Udacity Feedback extension -->
  <meta name="udacity-grader" content="http://udacity.github.io/fend/fend-refresh/lesson2/problem-set/tree-to-html/tests.json">
</head>
<body>
<h1>wassup dudes</h1>
<div>
<p>w;g ;lk gk </p>
<p>stealgk fg</p>
</div>
</body>
</html>

You can use ``` to make a code block.

Otherwise it will render the HTML.

where do i insert that levlaz. the ‘’’ symbol

thanks randelldawson! I dont think there’s anything wrong with my code. it’s pretty basic. anything stick out to you?

its been edited. are you able to see it now? thanks randelldawson again

Codewise, I can’t see anything wrong with it what would cause the test to fail. Have you tried indenting the h1, div and p elements? Sometimes styling causes a test to fail too.

ok. ill try. thx…

just ran it. no luck. nothing displayed on the page. maybe i’ll just scratch it and move one bcuz i dont see anything wrong with it, perhaps its some glitch. thx for the help