Skip to content

Commit 1a4b668

Browse files
authored
Merge pull request #50151 from wwlpublish/d26ca1ff8ecd50db445dfa6835e6becde26e9686bd1fadaa49cde478193e79e3-live
Modules/M01-build-first-html-webpage
2 parents 22c2ea7 + bad233c commit 1a4b668

20 files changed

+561
-539
lines changed

.openpublishing.redirection.json

Lines changed: 489 additions & 469 deletions
Large diffs are not rendered by default.

learn-pr/wwl-azure/build-first-html-webpage/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to the module."
7-
ms.date: 05/08/2024
7+
ms.date: 04/25/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/build-first-html-webpage/2-understand-terminology.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ uid: learn.wwl.build-first-html-webpage.understand-terminology
33
title: Understand terminology
44
metadata:
55
title: Understand terminology
6-
description: "Learn some core terminology you'll need to understand when writing code to create a web page."
7-
ms.date: 05/08/2024
6+
description: "Learn some core terminology you need to understand when writing code to create a web page."
7+
ms.date: 04/25/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explore core HTML
44
metadata:
55
title: Explore core HTML
66
description: "Explore some core concepts of Hypertext Markup Language (HTML)."
7-
ms.date: 05/08/2024
7+
ms.date: 04/25/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create an HTML page
44
metadata:
55
title: Exercise - Create an HTML page
66
description: "Begin creating a web page for your resume."
7-
ms.date: 05/08/2024
7+
ms.date: 04/25/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Research links, lists, and images
44
metadata:
55
title: Research links, lists, and images
66
description: "Learn how to include links, lists, and images in your web page."
7-
ms.date: 05/08/2024
7+
ms.date: 04/25/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
1111
ms.custom:
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Exercise - Lists and links
44
metadata:
55
title: Exercise - Lists and links
66
description: "Add information to your resume using lists and links."
7-
ms.date: 05/08/2024
7+
ms.date: 04/25/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
1111
ms.custom:
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Check what you learn in this module."
7-
ms.date: 05/08/2024
7+
ms.date: 04/25/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
1111
ms.custom:
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:
@@ -34,7 +34,7 @@ quiz:
3434
explanation: "Incorrect. The style tag or a stylesheet enables styling in HTML."
3535
- content: "Creates a bulleted list"
3636
isCorrect: false
37-
explanation: "Incorrect. Bulleted lists are created by the `<ul>` tag."
37+
explanation: "Incorrect. Bulleted lists use the `<ul>` tag."
3838
- content: "Allows a user to navigate to other things"
3939
isCorrect: true
4040
explanation: "Correct. A hyperlink points to other content on the website or the internet."

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary of the module."
7-
ms.date: 05/08/2024
7+
ms.date: 04/25/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
1111
ms.custom:
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/1-introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Websites are used for many types of purposes. You can create storefronts, allowing a company to sell products. You could provide information about an organization, such as a digital brochure. Or you might develop a fully interactive application. Because of the flexibility and pervasiveness of websites, you can create all manner of projects. The first place to start when becoming a web developer is with Hypertext Markup Language or HTML.
22

3-
Imagine you want to create a resume to post publicly. You decided to create a webpage, which can be widely shared. It's a great way to control how your information will be displayed.
3+
Imagine you want to create a resume as a public post. You decided to create a webpage, which can be widely shared. It's a great way to control how your information is displayed.
44

5-
But to begin creating the page, you'll need to explore a bit about web development.
5+
But to begin creating the page, you need to explore a bit about web development.
66

7-
In this module you'll learn the core concepts of web development. You'll explore terminology and commonly used tools. You'll also be introduced to the three main languages used to create a webpage.
7+
In this module, you learn the core concepts of web development. You explore terminology and commonly used tools and are introduced to the three main languages used to create a webpage.
88

9-
By the end of this module, you'll be able to:
9+
By the end of this module, you're able to:
1010

1111
- Explain what a webpage and website are
1212
- Highlight the differences between HTML, CSS, and JavaScript

0 commit comments

Comments
 (0)