diff --git a/docs/reference/xml/weblayout-xml-elements.md b/docs/reference/xml/weblayout-xml-elements.md
index 9b04eb5045a..f71dc2ca086 100644
--- a/docs/reference/xml/weblayout-xml-elements.md
+++ b/docs/reference/xml/weblayout-xml-elements.md
@@ -1,7 +1,7 @@
---
title: WebLayout XML elements reference
-titleSuffix: Azure DevOps & TFS
-description: Syntax and usage of all elements used in the new web form layout for Team Foundation Server
+titleSuffix: Azure DevOps
+description: Syntax and usage of all elements used in the new web form layout for Azure DevOps
ms.technology: devops-agile
ms.custom: process
ms.assetid: 67ed8539-61b8-42c7-9d0f-95b124cf5ed8
@@ -9,7 +9,7 @@ ms.author: kaelli
author: KathrynEE
ms.topic: reference
monikerRange: '>= tfs-2017'
-ms.date: 11/28/2017
+ms.date: 09/17/2021
---
# WebLayout and Control elements
@@ -215,10 +215,10 @@ You can specify how information and work item fields are grouped and appear in a
:::row:::
:::column span="1":::
- Element
+ **Element**
:::column-end:::
:::column span="3":::
- Description
+ **Description**
:::column-end:::
:::row-end:::
---
@@ -247,9 +247,9 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
-
-
+
+
+
```
The *ContributionId* you specify must be installed on the account or project collection. The WIT definition files that you export contain a [list of installed contributions](#extensions).
@@ -277,10 +277,10 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
-
- . . .
-
+
+
+ . . .
+
. . .
```
@@ -295,8 +295,8 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
```
:::column-end:::
@@ -310,7 +310,7 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
. . .
+ . . .
```
:::column-end:::
@@ -349,7 +349,7 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
+
```
:::column-end:::
@@ -364,12 +364,12 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
- . . .
- . . .
- . . .
-
-
+
+ . . .
+ . . .
+ . . .
+
+
```
:::column-end:::
@@ -378,7 +378,7 @@ You can specify how information and work item fields are grouped and appear in a
:::column span="1":::
**PageContribution**
:::column-end:::
- :::column span="4":::
+ :::column span="3":::
Optional child element of **WebLayout** used to specify a page-level work item extension to appear on the form. The extension will appear as a page within the form.
> [!div class="tabbedCodeSnippets"]
```XML
@@ -396,12 +396,12 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
- . . .
- . . .
- . . .
-
-
+
+ . . .
+ . . .
+ . . .
+
+
```
:::column-end:::
@@ -415,15 +415,15 @@ You can specify how information and work item fields are grouped and appear in a
> [!div class="tabbedCodeSnippets"]
```XML
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
```
:::column-end:::
@@ -432,19 +432,19 @@ You can specify how information and work item fields are grouped and appear in a
:::column span="1":::
**WebLayout**
:::column-end:::
- :::column span="4":::
+ :::column span="3":::
Required child element of **FORM**. Defines the layout of the work item form displayed in the web portal. Includes one or more **Page** elements.
> [!div class="tabbedCodeSnippets"]
```XML
-
-
- . . .
- . . .
- . . .
-
-
-
+
+
+ . . .
+ . . .
+ . . .
+
+
+
. . .
```