User874596136 posted
You can't acces HTML controls/elements from .NET code if controls are not marked with runat="server" attribute, they are not added to the controls collection.
When page is compiled, any plain text/html is rendered as Literal controls, but they will not be accessible to you.