I have read the content of HTML into string, now I need to add a new attribute inside the body tag, I was thinking of using StringBuilder for this. But I am unable to frame the logic. Any help would be really appreciated.
Existing HTML
<body class="temporaryrevision">
HTML that I want to create
<body class="temporaryrevision" bgcolor="#FFFFFF">