Review the HTML code below.
!DOCTYPE html
html
head
title My Web Page /title
/head
body
h1 Hello Friend! /h1
p Make it a great day! /p
ul
li Smile /li
li Laugh /li
li Celebrate /li
/ul
/body
/html
Which of the text below would display in an unordered list, based upon the HTML code above?
A. Smile
B. My Web Page
C. Make it a great day!
D. Hello Friend!