Blog Archives

HTML Table Example

The example below displays how to create a table using HTML and the <table> tag. The example below consists of the following elements: <table> This tag begins the table. border = “1” This attribute defines the width of the border.

Tagged with: , , , , , , , ,
Posted in HTML Examples

Create a HTML File From a DataGridView Control

First complete the following steps: Create a new C# Windows Application in Visual Studio. Add two button controls to the form. Add a DataGridView Control to the form. Double Click on the Form and add the code below to the

Tagged with: , , , , , ,
Posted in Visual Studio Code Examples