diff --git a/client/src/pages/guide/english/html/page-structure/index.md b/client/src/pages/guide/english/html/page-structure/index.md
index 078819e93a..15f6da20c9 100644
--- a/client/src/pages/guide/english/html/page-structure/index.md
+++ b/client/src/pages/guide/english/html/page-structure/index.md
@@ -3,7 +3,7 @@ title: Page Structure
---
## Page Structure
-To create your pages in `HTML`, you need to know how to structure a page in `HTML`, basically, the structuring a page follows the order below:
+To create your pages in `HTML`, you need to know how to structure a page in `HTML`. Usually, the page structure follows the example below:
```HTML
@@ -16,21 +16,21 @@ To create your pages in `HTML`, you need to know how to structure a page in `HTM