added hints, updated formatting (#33488)

This commit is contained in:
James Hunter
2019-01-15 17:15:27 -05:00
committed by Tom
parent 7d6b5a8c4c
commit 93e3f5abf2

View File

@ -1,9 +1,13 @@
---
title: Create a Complex JSX Element
---
## Create a Complex JSX Element
# Create a Complex JSX Element
Hint:
## Hint
- nested JSX must return a single, top level element
- Ensure your solution has a parent `div` containing an `h1`, a `p`, and an unordered list (`ul`) that contains three `li` items
## Solution
```html
const JSX = <div>