Introduction:
Start and Stop methods of WinJS.Application object explaining their functionality as by the names suggested.
Initial expectation:
These methods are responsible for the starting and stopping of the application, since we usually see them added to the default templates.
My experiment :
default.html file Content
<body> <span id="deSpan" style="font-size:70px;"></span> </body>