1 2 3 4 5
printf("<h1>"); printf("%s", title ); printf("</h1>\n<p>"); printf("%s", err ); printf("</p>\n");