You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/20480C_MOD01_DEMO.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Wherever a path to a file starts with *[Repository Root]*, replace it with the a
145
145
>**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.
146
146
4. In the **Name** text box enter **DemoWebSite**.
147
147
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**.
149
149
150
150
### Add and edit files in the project
151
151
@@ -187,24 +187,24 @@ Wherever a path to a file starts with *[Repository Root]*, replace it with the a
187
187
188
188
>**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.
189
189
190
-
5. Switch to **DemoWebSite - Microsoft Visual Studio**.
191
-
6. On the **Debug** menu, click **Stop Debugging**.
192
190
193
191
#### 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:
195
194
- Change **<strong>Name</strong>** to **<strong>Full name</strong>**.
196
195
- 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:
198
197
```css
199
198
h1 {
200
199
font-family: 'Copperplate Gothic';
201
200
color: red;
202
201
}
203
202
```
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**.
208
208
209
209
### Demonstration: Exploring the Contoso Conference Application
0 commit comments