185k views
4 votes
To view HTML in Visual Studio.NET, you would _______. (Points : 3)

open the web page in Notepad
open the web page through the Solution Explorer
open the "Code" tab on the web page
right-click on the web page and left-click on "Open"
open the "Source" tab on the web page

User VBlades
by
8.7k points

1 Answer

2 votes

Answer:

To view HTML in Visual. NET, you would right -click on the web page and left-click on Open.

Step-by-step explanation:

You will open html file in browser. To open file in browser you will use the keybinding 'ctrl+q w' or press F1 and type Open in browser or right click in the editor/ side bar, select Open in browser.

If a HTML file is open, a message will displayed on the Status Bar in bottom left.

User RootTwo
by
7.8k points