I want to replace html tag to another tag like this:
for (int i = 1; i <= htmlarray.size(); i++)
{
Content = Content.replaceAll("<Sup><FONT size=\"+1\">" + i+ "<","<Sup><FONT size=\"+2\"><a style=\"color: #664b38\"href=\"http:/"+ i + "\">" + i + "</a><");
}