diff --git a/guide/english/html/page-structure/index.md b/guide/english/html/page-structure/index.md index f0a538da42f..4a1db594e95 100644 --- a/guide/english/html/page-structure/index.md +++ b/guide/english/html/page-structure/index.md @@ -24,16 +24,20 @@ To create your pages in `HTML`, you need to know how to structure a page in `HTM 1. The `` and `` tags tell the browser what the page title is. The title can be seen by identifying the tab in your internet browser. The text that is defined between these tags is also the text that is used as title by the search engines when they present the pages in the results of a search. -1. Between the `` and `` tags the page content is placed, which is what is displayed in the browser. +1. Between the `` and `` tags the page content is placed, which is what is displayed in the browser. ### Changes in HTML5 #### Introduction of semantic tags + HTML contains both semantic and non-semantic tags. -Semantic tags are descriptive tags that can easily convey their meaning to both a browser and a developer. Examples of semantic tags are: `
`, `