Back to Freecodecamp

Say Hello to HTML Elements

tools/challenge-parser/parser/__fixtures__/with-frontmatter.md

latest317 B
Original Source

--description--

Paragraph 1

html
code example

--hints--

First hint

js
// test code

Second hint with <code>code</code>

js
// more test code

--seed--

--seed-contents--

html
<html>
  <body>
  </body>
</html>
css
body {
  background: green;
}
js
var x = 'y';