label component

When I drop a label component on the webform and I run the form, it generates a label within a div tag

the div tag has a style display: table and the label style display:table-cell. by default
1. Is it possible to drop the div tag wrapper to the label 
2 how do I change the style of the div tag and the label tag from the object inspector. If not how it can be done in the program.

The DIV is used for a framework created label control.
You can use HTML element linking if you want to link to whatever other HTML element with your CSS class(es) of choice

I tried. Can you please give me an example how to do it. I am not able to get to the label element

When I use html template I am able to work on them. Let me try this out