In my app, I use
WebView1.LoadHtml(DBUtils.ExecuteHtml(Main.SQL1, Query, Null, 0, True)) to create table.
Webview Table is successfully created.
Now I want to set table column alignment in webview and want to set column width and height as well.
How to set these alignment and width and height.