diff --git a/aio/content/start/index.md b/aio/content/start/index.md
index 9031147e88..ea8c370f63 100644
--- a/aio/content/start/index.md
+++ b/aio/content/start/index.md
@@ -260,8 +260,6 @@ The `ProductAlertsComponent` needs to emit an event when the user clicks **Notif
For more information on communication between components, see [Component Interaction](guide/component-interaction "Component interaction").
-
-
{@a whats-next}
## What's next
diff --git a/aio/content/start/start-data.md b/aio/content/start/start-data.md
index 76291ac01d..21fe826aa3 100644
--- a/aio/content/start/start-data.md
+++ b/aio/content/start/start-data.md
@@ -277,8 +277,6 @@ This section guides you through modifying the `ShippingComponent` to retrieve sh
-
-
## What's next
You now have a store application with a product catalog, a shopping cart, and you can look up shipping prices.
diff --git a/aio/content/start/start-deployment.md b/aio/content/start/start-deployment.md
index c6c5eb621e..20d84a9378 100644
--- a/aio/content/start/start-deployment.md
+++ b/aio/content/start/start-deployment.md
@@ -69,8 +69,6 @@ A best practice is to run your project locally before you deploy it. To run your
Because these files are static, you can host them on any web server capable of serving files; such as `Node.js`, Java, .NET, or any backend such as [Firebase](https://firebase.google.com/docs/hosting), [Google Cloud](https://cloud.google.com/solutions/web-hosting), or [App Engine](https://cloud.google.com/appengine/docs/standard/python/getting-started/hosting-a-static-website).
For more information, see [Building & Serving](guide/build "Building and Serving Angular Apps") and [Deployment](guide/deployment "Deployment guide").
-
-
## What's next
In this tutorial, you've laid the foundation to explore the Angular world in areas such as mobile development, UX/UI development, and server-side rendering.
diff --git a/aio/content/start/start-forms.md b/aio/content/start/start-forms.md
index a8a5b88c33..ee0ca44506 100644
--- a/aio/content/start/start-forms.md
+++ b/aio/content/start/start-forms.md
@@ -66,8 +66,6 @@ After putting a few items in the cart, users can review their items, enter their
To confirm submission, open the console to see an object containing the name and address you submitted.
-
-
## What's next
You have a complete online store application with a product catalog, a shopping cart, and a checkout function.
diff --git a/aio/content/start/start-routing.md b/aio/content/start/start-routing.md
index 61cbb606c2..e6b4560152 100644
--- a/aio/content/start/start-routing.md
+++ b/aio/content/start/start-routing.md
@@ -104,8 +104,6 @@ When users click on a name in the product list, the router navigates them to the
For more information about the Angular Router, see [Routing & Navigation](guide/router "Routing & Navigation guide").
-
-
## What's next
You have configured your application so you can view product details, each with a distinct URL.