Skip to content

Commit a24cb24

Browse files
authored
changed files by pdets auto publish service, publishid[b5b120a1-cb37-43e7-bffe-28a8dda39a9d] and do [publish].
1 parent ea10aef commit a24cb24

11 files changed

+23
-23
lines changed

learn-pr/wwl-azure/build-first-html-webpage/6-research-links-lists-images.yml renamed to learn-pr/wwl-azure/build-first-html-webpage/5-research-links-lists-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ metadata:
1212
- N/A
1313
durationInMinutes: 5
1414
content: |
15-
[!include[](includes/6-research-links-lists-images.md)]
15+
[!include[](includes/5-research-links-lists-images.md)]

learn-pr/wwl-azure/build-first-html-webpage/7-exercise-lists-links.yml renamed to learn-pr/wwl-azure/build-first-html-webpage/6-exercise-lists-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ metadata:
1212
- N/A
1313
durationInMinutes: 6
1414
content: |
15-
[!include[](includes/7-exercise-lists-links.md)]
15+
[!include[](includes/6-exercise-lists-links.md)]

learn-pr/wwl-azure/build-first-html-webpage/8-knowledge-check.yml renamed to learn-pr/wwl-azure/build-first-html-webpage/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
- N/A
1313
durationInMinutes: 3
1414
content: |
15-
[!include[](includes/8-knowledge-check.md)]
15+
[!include[](includes/7-knowledge-check.md)]
1616
quiz:
1717
title: "Check Your Knowledge on Programming Websites"
1818
questions:

learn-pr/wwl-azure/build-first-html-webpage/9-summary.yml renamed to learn-pr/wwl-azure/build-first-html-webpage/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ metadata:
1212
- N/A
1313
durationInMinutes: 3
1414
content: |
15-
[!include[](includes/9-summary.md)]
15+
[!include[](includes/8-summary.md)]

learn-pr/wwl-azure/build-first-html-webpage/includes/3-explore-core-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Headers are common elements that are numbered one through six, with one being th
2828

2929
The following video demonstrates how HTML gets transformed by browsers into formatted information.
3030

31-
>[!VIDEO https://www.microsoft.com/videoplayer/embed/RE5d5qK]
31+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=ca39156c-3f3a-404d-beca-5c2f9ebfcc3f]
3232
3333
## Learning How to Use Tags
3434

learn-pr/wwl-azure/build-first-html-webpage/includes/4-exercise-create-html-page.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ You start by creating a folder, setting up your tooling, and creating a "swing"
88

99
The following video demonstrates how to install CodeSwing in Visual Studio Code. These steps are also in the exercise steps.
1010

11-
>[!VIDEO https://www.microsoft.com/videoplayer/embed/RE5amMI]
11+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=7bd2894a-bd6f-4a57-8298-9c2c57a1ad45]
1212
1313
1. Create a folder on your desktop named **resume**.
14-
1. Open [vscode.dev](https://vscode.dev).
15-
1. Select **Open Folder**.
16-
1. Navigate to the **resume** folder you created earlier and select **Select Folder**.
17-
1. When prompted to **Let site view files**, select **View Files**.
18-
1. Select the **Extensions** button.
14+
2. Open [vscode.dev](https://vscode.dev).
15+
3. Select **Open Folder**.
16+
4. Navigate to the **resume** folder you created earlier and select **Select Folder**.
17+
5. When prompted to **Let site view files**, select **View Files**.
18+
6. Select the **Extensions** button.
1919
>:::image type="content" source="../media/extensions.png" alt-text="Screenshot of Extensions icon.":::
20-
1. In the **Search Extensions in Marketplace** text box, type **CodeSwing**.
21-
1. Select **Install** to install **CodeSwing**.
22-
1. Open the Command Palette by selecting **Ctl-Shift-P** or **Cmd-Shift-P** on a Mac.
23-
1. Type **CodeSwing** in the Command Palette and select **CodeSwing: New Swing in Directory...**.
24-
1. Select **Select Folder** to use the current directory (which is the one you created in a prior step).
25-
1. Select **Basic: HTML-Only**.
26-
1. When prompted to **Save changes to resume** select **Save changes**.
20+
7. In the **Search Extensions in Marketplace** text box, type **CodeSwing**.
21+
8. Select **Install** to install **CodeSwing**.
22+
9. Open the Command Palette by selecting **Ctl-Shift-P** or **Cmd-Shift-P** on a Mac.
23+
10. Type **CodeSwing** in the Command Palette and select **CodeSwing: New Swing in Directory...**.
24+
11. Select **Select Folder** to use the current directory (which is the one you created in a prior step).
25+
12. Select **Basic: HTML-Only**.
26+
13. When prompted to **Save changes to resume** select **Save changes**.
2727

2828
Visual Studio Code creates two windows side by side. The left side is your editor, where you can enter your HTML. The right behaves like a browser, displaying the results of your HTML code.
2929

@@ -33,7 +33,7 @@ Next, you add the HTML to create the structure of your page. You create the thre
3333

3434
The following video demonstrates how to author HTML in Visual Studio Code and have the code render in CodeSwing. These steps are also in the exercise steps.
3535

36-
>[!VIDEO https://www.microsoft.com/videoplayer/embed/RE5amMJ]
36+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=256625d1-5672-4bbc-b04d-33f4fb7eb1ed]
3737
3838
Feel free to replace **Your name** with your name. In other exercises, you create lists and links to your email address, social media handles, and education and experience.
3939

@@ -61,9 +61,9 @@ After adding the code, you'll review what code has been added.
6161

6262
Each of the elements in the HTML does specific things. The following table describes the tags you used in your HTML and how the browser understands them.
6363

64-
|Tag|Description|
65-
|---|---|
66-
|`<html>`|The "container" tag for the entire HTML document. All other tags are written inside the HTML element.|
64+
| Tag | Description |
65+
| -------- | ---------------------------------------- |
66+
| `<html>` | The "container" tag for the entire HTML document. All other tags are written inside the HTML element. |
6767
|
6868
|`<head>`|The header container. The header typically includes references to other files the page or site needs. It also can include data that search engines and social media sites use to better find your website.|
6969
|`<body>`|This tag creates the body container for the web page. Most of the display elements go in the body element.|
File renamed without changes.

0 commit comments

Comments
 (0)