- index.html
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="windows-1251">
<link rel="stylesheet" href="challenge.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>“Wolverine” Pet Store</h1>
<p>This store features a variety of product categories.</p>
<h2>Pet food</h2>
<p>Our pet food is very tasty, and since it is made from fish that we ourselves caught, everything is natural!</p>
<h2>Toys</h2>
<p>We ourselves design and test toys with mischievous kittens.</p>
<h2>Accessories</h2>
<p>Everything that is necessary for the modern trendsetter.</p>
</body>
</html>
You’ve gone to a different page
Goalscompleted
0
- Fix the problem with the website encoding,
- add the
title
tag to the page with an appropriate value, - and then write the metatags with keywords and a page description.
Comments