<html> Correct Ans-Defines the entire HTML document.
<hr /> Correct Ans-Creates a horizontal line across the page.
<!-- --> Correct Ans-Allows you to make comments in the code without them being displayed
on the actual page. Put your comments in the space between the four dashes.
<br /> Correct Ans-Creates a line break. It doesn't sound very important, but it is. The line
break is basically the "enter key" of HTML.
<b> Correct Ans-Makes text bold.
<i> Correct Ans-Puts text in italics.
<big> Correct Ans-Makes text bigger than usual.
<small> Correct Ans-Makes text smaller than usual.
<em> Correct Ans-Defines emphasized text.