A breaking change update to HtmlGenerator
- Strongly typed attributes (this means that in the future we can add methods and constructors to attributes specifically)
- Strongly typed elements - you can set attributes on elements more easily, and provides the same benefits as strongly typed attriubtes
- Changed Content to InnerText to be more consistent with the HTML Specificiation
- Create specific elements in a more customized way - directly create hyperlinks, images, headers, paragraphs, css and javascript references as well as meta elements more easily