Final answer:
The <hr> tag's noShade attribute makes the line solid, bgcolor is for the page's background color in <body>, <br> breaks text onto a new line, <font face="..."> changes font type, and <i> is for italic text.
Step-by-step explanation:
A. The noShade attribute of the <hr> tag is used to specify that the horizontal line should appear as a solid stripe across the page, rather than a shaded stripe. B. The bgcolor attribute of the <body> tag is used to specify the background colour of a webpage. The <br> tag breaks the text and shifts it to the next line. C. The face attribute of the <font> tag is used to change the font type. The attribute that specifies the amount of space to be left blank from the left margin of the browser window belongs to the <body> tag. D. The tag used to italicize a given text is <i>. E. The LO attribute is not a standard HTML attribute and seems to be a typo or unrelated to the context of the question.