WE-LAB-3 22K-4818 1) : HTML Lang Charset Name Content
WE-LAB-3 22K-4818 1) : HTML Lang Charset Name Content
22K-4818
1)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Interactive Portfolio</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-900 text-white">
<nav class="fixed w-full bg-gray-800 p-4 shadow-lg">
<div class="container mx-auto flex justify-between items-center">
<h1 class="text-2xl font-bold">Mustafa Siddiqui</h1>
<ul class="flex space-x-6">
<li><a href="#about" class="hover:text-yellow-
400">About</a></li>
<li><a href="#skills" class="hover:text-yellow-
400">Skills</a></li>
<li><a href="#experience" class="hover:text-yellow-
400">Experience</a></li>
<li><a href="#projects" class="hover:text-yellow-
400">Projects</a></li>
</ul>
</div>
</nav>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundl
e.min.js" integrity="sha384-
YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>
3)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>To Do App</title>
<link
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.mi
n.css" rel="stylesheet">
</head>
<body>
<div class="container mt-5">
<h1 class="text-center">To Do App</h1>
<script src="https://code.jquery.com/jquery-
3.5.1.slim.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.mi
n.js"></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.
js"></script>
</body>
</html>
4)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Task 4 - Pricing</title>
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
</head>
<body>
<div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-6 lg:px-6">
<div class="mx-auto max-w-screen-md text-center mb-8 lg:mb-
12">
<h2 class="mb-4 text-4xl tracking-tight font-extrabold
text-gray-900 text-black">Pricing</h2>
<p class="mb-5 font-light text-gray-500 sm:text-xl text-
gray-400">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Optio
magni quos rerum quisquam ea commodi voluptatum quas ratione, voluptatem
illo laboriosam iste itaque! Esse.</p>
</div>
<div class="lg:grid lg:grid-cols-3 sm:gap-6 xl:gap-10
lg:space-y-0 space-y-8">
<div class="flex flex-col p-6 mx-auto max-w-lg text-
center text-gray-900 bg-white rounded-lg border border-gray-100 shadow
border-gray-600 xl:p-8 bg-gray-800 text-black">
<h3 class="mb-4 text-2xl font-semibold">Free</h3>
<div class="flex justify-center items-baseline my-8">
<span class="mr-2 text-5xl font-
extrabold">$0</span>
<span class="text-gray-500 text-4xl text-gray-
400">/ mo</span>
</div>
<ul role="list" class="mb-8 space-y-4 text-left">
<li class="flex items-center space-x-3">
<span>10 users included</span>
</li>
<li class="flex items-center space-x-3">
<span>2 GB of storage</span>
</li>
<li class="flex items-center space-x-3">
<span>Email support</span>
</li>
<li class="flex items-center space-x-3">
<span>Help center access</span>
</li>
</ul>
<button class="bg-transparent text-blue-500 font-
semibold py-2 px-4 border border-blue-500 rounded">Sign up for
free</button>
</div>
<div class="flex flex-col p-6 mx-auto max-w-lg text-
center text-gray-900 bg-white rounded-lg border border-gray-100 shadow
border-gray-600 xl:p-8 bg-gray-800 text-black">
<h3 class="mb-4 text-2xl font-semibold">Pro</h3>
<div class="flex justify-center items-baseline my-8">
<span class="mr-2 text-5xl font-
extrabold">$15</span>
<span class="text-gray-500 text-4xl text-gray-
400">/ mo</span>
</div>
<ul role="list" class="mb-8 space-y-4 text-left">
<li class="flex items-center space-x-3">
<span>20 users included</span>
</li>
<li class="flex items-center space-x-3">
<span>10 GB of storage</span>
</li>
<li class="flex items-center space-x-3">
<span>Priority Email support</span>
</li>
<li class="flex items-center space-x-3">
<span>Help center access</span>
</li>
</ul>
<button class="bg-blue-500 text-white font-semibold
py-2 px-4 border border-blue-500 rounded">Get Started</button>
</div>
<div class="flex flex-col p-6 mx-auto max-w-lg text-
center text-gray-900 bg-white rounded-lg border border-gray-100 shadow
border-gray-600 xl:p-8 bg-gray-800 text-black">
<h3 class="mb-4 text-2xl font-
semibold">Enterprise</h3>
<div class="flex justify-center items-baseline my-8">
<span class="mr-2 text-5xl font-
extrabold">$29</span>
<span class="text-gray-500 text-4xl text-gray-
400">/ mo</span>
</div>
<ul role="list" class="mb-8 space-y-4 text-left">
<li class="flex items-center space-x-3">
<span>30 users included</span>
</li>
<li class="flex items-center space-x-3">
<span>15 GB of storage</span>
</li>
<li class="flex items-center space-x-3">
<span>Phone and Email support</span>
</li>
<li class="flex items-center space-x-3">
<span>Help center access</span>
</li>
</ul>
<button class="bg-blue-500 text-white font-semibold
py-2 px-4 border border-blue-500 rounded">Contact us</button>
</div>
</div>
</div>
</body>
</html>