Created this project in Visual Studio, wrote a .cpp file (C++ code). As input entered the company, contact, and country. It generated HTML which rendered as a table on the browser. Screen shot of that is also attached.
The table that got rendered on the web browser as result of the HTML generated through .cpp code is shown below. It contains three columns Company, Contact, and Country.
Using the right click on rendered web page, on selecting the "View Page Source" option it showed the HTML generated that is generating the table or to say the rendered page.
It contains the screen shot of my written code(C++) along with the terminal where i entered the input.