Creating and Deploying SharePoint Provider-hosted MVC App in Office 365 and Azure
Create, Configure And Deploy Provider Hosted Add-In For SharePoint Online
HTML CSS Snippets
Adding page breaks to your web pages
<html>
<body>
This is the text for page #1.
<p style="page-break-before: always">
Page #2...
</p>
<p style="page-break-before: always">
Page #3...
</p>
</body>
</html>
