Correct: Page Title Describes The Page Accurately

Page Titles show up in your browser's tabs. They should quickly describe the page and differentiate the page from others

Correct Code


  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <title>Correct Page Title Example</title>
  </head>

Resources