IMPORTANT: Modify the source code so that the
page contains information about you, not about Gary. Also, replace
all the <strong> and <em> tags by span tags with inline styles
to change the beginning of each line to bold and italic.
Specifically, replace
<p> <strong><em>
Favorite Color:
</strong></em> Blue </p>
by
<p> <span style="font-weight:bold; font-style:italic">
Favorite Color:
</span> Blue </p>