HTML Styling Text
-<em> is for italicizing text
-<strong> is for bolding text
-The line break element is unique because it is only composed of a starting tag. You can use it anywhere within your HTML code and a line break will be shown in the browser. It looks like <br>









