String form =
"<p>"
"<CENTER>"
"<H1> This is my web page title <h1>"
"<HR>"
"<HR>"
"<H2> Smaller text <h2>"
"</CENTER>";
Here is a sample of inline CSS:
"<H2 style="color:red;background:black;">This is a red heading with a black background<H2>"
I am unable to make the C++ IDE interpret that line like it is. Is there a solution?