Write the basic configuration

Report a typo

Write the basic configuration of the viewport.

Write HTML and CSS code
<!DOCTYPE html>
<html>

<head>
<meta class="viewport" name="viewport">
<title>The viewport configuration</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="title">The Power of Sports</div>
<div class="subtitle">Enhancing Fitness, Building Character, and Fostering Inclusion</div>
<p>Sports play a crucial role in our lives, offering numerous benefits to individuals and society as a whole. Engaging in sports promotes physical fitness, improves overall health, and boosts endurance.</p>
<p>Regular participation in sports activities enhances cardiovascular strength, builds muscle tone, and increases flexibility.</p>
</body>
</html>




















Completed 0 of 1
Add the attribute "content" with the basic configuration of the viewport
___

Create a free account to access the full topic