// Workshop 10:
// Version: 1.0
// Date: 2021-06-03
// Author: Fardad Soleimanloo
// Description:
// This file tests the lab section of your workshop for submission
/////////////////////////////////////////////
#include
#include
#include “HtmlText.h”
#include “Text.h”
using namespace std;
using namespace sdds;
void show(Text T) {
cout << "*" << T << "*" << endl;
}
void saveHtml(HtmlText H) {
ofstream("dcwr.html")<