<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 360px; }
.chip { padding: 8px 10px; border: 1px solid #ddd; border-radius: 999px; }
</style>
</head>
<body>
<div class='chips'>
<span class='chip'>HTML</span>
<span class='chip'>CSS</span>
<span class='chip'>JavaScript</span>
<span class='chip'>Python</span>
<span class='chip'>PHP</span>
<span class='chip'>SQL</span>
</div>
</body>
</html>
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 360px; }
.chip { padding: 8px 10px; border: 1px solid #ddd; border-radius: 999px; }
</style>
</head>
<body>
<div class='chips'>
<span class='chip'>HTML</span>
<span class='chip'>CSS</span>
<span class='chip'>JavaScript</span>
<span class='chip'>Python</span>
<span class='chip'>PHP</span>
<span class='chip'>SQL</span>
</div>
</body>
</html>