x
1
<article class="film_review">
2
<header>
3
<h2>Jurassic Park</h2>
4
</header>
5
<section class="main_review">
6
<p>Dinos were great!</p>
7
</section>
8
<section class="user_reviews">
9
<article class="user_review">
10
<p>Way too scary for me.</p>
11
<footer>
12
<p>
13
Posted on
14
<time datetime="2015-05-16 19:00">May 16</time>
15
by Lisa.
16
</p>
17
</footer>
18
</article>
19
<article class="user_review">
20
<p>I agree, dinos are my favorite.</p>
21
<footer>
22
<p>
23
Posted on
24
<time datetime="2015-05-17 19:00">May 17</time>
25
by Tom.
26
</p>
27
</footer>
28
</article>
29
</section>
30
<footer>
31
<p>
32
Posted on
33
<time datetime="2015-05-15 19:00">May 15</time>
34
by Staff.
35
</p>
36
</footer>
37
</article>
38