Skip to content

Commit 476e2c1

Browse files
authored
Update 20480C_MOD01_DEMO.md
1 parent 42963a0 commit 476e2c1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Instructions/20480C_MOD01_DEMO.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Wherever a path to a file starts with *[Repository Root]*, replace it with the a
145145
>**Note**: It does not matter whether you select the **Visual Basic** or **Visual C#** templates in the left pane; the templates for both languages enable you to create HTML5 webpages and implement functionality by using JavaScript.
146146
4. In the **Name** text box enter **DemoWebSite**.
147147
4. From the location drop-down list, set the file path to **[Repository Root]\Allfiles\Mod01\Democode\DemoWebSite**, and then click **OK**.
148-
5. In New **ASP.NET Core Web Application-DemoWebSite**, Select **Empty**, and then click **OK**.
148+
5. In New **ASP.NET Web Application-DemoWebSite**, Select **Empty**, and then click **OK**.
149149

150150
### Add and edit files in the project
151151

@@ -187,24 +187,24 @@ Wherever a path to a file starts with *[Repository Root]*, replace it with the a
187187

188188
>**Note**: You can enter some sample data, but do not click **Send** because the URL that is the target of the form is not available.
189189
190-
5. Switch to **DemoWebSite - Microsoft Visual Studio**.
191-
6. On the **Debug** menu, click **Stop Debugging**.
192190

193191
#### Modify the live application
194-
1. In the **ContactUs.html** file, make the following modifications:
192+
1. Switch to **DemoWebSite - Microsoft Visual Studio**.
193+
2. In the **ContactUs.html** file, make the following modifications:
195194
- Change **&lt;strong>Name</strong&gt;** to **&lt;strong>Full name</strong&gt;**.
196195
- Change **Telephone** to **Telephone number**.
197-
2. In the **ContactUsStyles.css** file, add the following style:
196+
3. In the **ContactUsStyles.css** file, add the following style:
198197
```css
199198
h1 {
200199
font-family: 'Copperplate Gothic';
201200
color: red;
202201
}
203202
```
204-
3. On the **File** menu, click **Save All**.
205-
4. To refresh the display, return to Microsoft Edge and press F5.
206-
5. Verify that the **Name** field changed to **Full name**, the **Telephone** field changed to **Telephone number**, and that the style of the heading has changed.
207-
6. Return to **DemoWebSite - Microsoft Visual Studio**.
203+
4. On the **File** menu, click **Save All**.
204+
5. To refresh the display, return to Microsoft Edge and press F5.
205+
6. Verify that the **Name** field changed to **Full name**, the **Telephone** field changed to **Telephone number**, and that the style of the heading has changed.
206+
7. Return to **DemoWebSite - Microsoft Visual Studio**.
207+
8. On the **Debug** menu, click **Stop Debugging**.
208208

209209
### Demonstration: Exploring the Contoso Conference Application
210210

0 commit comments

Comments
 (0)