Ideally Literal control is the rarely used control which is used to put static text on the web page.
When it is rendered on the page, it is implemented just as a simple text.
Unlike asp:Label control, there is no property like
BackColor, ForeColor, BorderColor, BorderStyle, BorderWidth, Height etc. of Literal control.
That makes it more powerful, you can even put a pure HTML contents into it.