can we use html tags in c++ program?

std::cout << "<body>yes</body>" << std::end;
Please be more specific. Do you just want to create an HTML file using C++, or are you trying to create a graphical user interface that renders HTML using C++ (instead of just using a browser)?
Topic archived. No new replies allowed.