About href="#about"
A page description is a short summary of a webpage, usually shown in search results. It’s set using the <meta name="description">
tag inside the <head>
section of an HTML document. A good description is clear, brief, and tells users what to expect on the page. It also helps with search engine optimization.
Code href="#code"
<head>
<meta name="description" content="Welcome to our website">
</head>
Links href="#links"
- What’s in the head? Webpage metadata (Mozilla)