Here's the modified part of my code.My codes worked fine.
<Frame>
<ScrollView>
<StackLayout>
<WebView x:Name="webView" BackgroundColor="LightBlue" Source="
{Binding HtmlContent}">
</WebView>
</StackLayout>
</ScrollView>
</Frame>