8
1
Public Module Module1
2
'Right
3
Private right As String = "Correct"
4
Public Sub Main()
5
'Wrong
6
Private wrong As String = "Incorrect"
7
End Sub
8
End Module
Cached Result
<h1 style="color:blue" align="left">This is <b>bold</b> heading</h1>
***** After removing an attribute *****
<h1 align="left">This is <b>bold</b> heading</h1>
***** After removing an attribute *****
<h1 align="left">This is <b>bold</b> heading</h1>