image
imagewidth (px)
2.56k
3.07k
text
stringlengths
344
6.31k
llm_generated_idea
stringlengths
25
566
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Title</th> <th class="px-4 py-2">Author</th> <th class="px-4 py-2">Date</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Article 1</td> <td class="border px-4 py-2">Author 1</td> <td class="border px-4 py-2">Date 1</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Article 2</td> <td class="border px-4 py-2">Author 2</td> <td class="border px-4 py-2">Date 2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
news site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Nonprofit Organization</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-blue-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Director</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Smith</td> <td class="border px-4 py-2">Secretary</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
nonprofit organization
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Educational Institution</h1> <table class="table-auto w-full"> <thead> <tr> <th class="px-4 py-2">Course Name</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Fee</th> <th class="px-4 py-2">Teacher</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">Mathematics</td> <td class="border px-4 py-2">2 Years</td> <td class="border px-4 py-2">$1000</td> <td class="border px-4 py-2">John Doe</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
educational institution
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Fashion Retailer Products</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Availability</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">In Stock</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">Out of Stock</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fashion retailer
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Education Platform</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-blue-500 text-white"> <th class="px-4 py-2">Course Name</th> <th class="px-4 py-2">Instructor</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Price</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Introduction to Computer Science</td> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">10 weeks</td> <td class="border px-4 py-2">$500</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
education platform
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Graphic Design Studio Projects</h1> <div class="overflow-x-auto"> <table class="w-full text-left"> <thead class="bg-gray-200"> <tr> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Client</th> <th class="px-4 py-2">Date</th> <th class="px-4 py-2">Status</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Client 1</td> <td class="border px-4 py-2">01/01/2020</td> <td class="border px-4 py-2">Completed</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </div> </body> </html>
graphic design studio
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Art Gallery</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Artist</th> <th class="px-4 py-2">Title</th> <th class="px-4 py-2">Year</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Pablo Picasso</td> <td class="border px-4 py-2">Guernica</td> <td class="border px-4 py-2">1937</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Vincent van Gogh</td> <td class="border px-4 py-2">The Starry Night</td> <td class="border px-4 py-2">1889</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
art gallery
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full text-left table-auto"> <thead> <tr> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Client</th> <th class="px-4 py-2">Status</th> <th class="px-4 py-2">Deadline</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Client 1</td> <td class="border px-4 py-2">In Progress</td> <td class="border px-4 py-2">01/01/2022</td> </tr> <tr class="bg-gray-200"> <td class="border px-4 py-2">Project 2</td> <td class="border px-4 py-2">Client 2</td> <td class="border px-4 py-2">Completed</td> <td class="border px-4 py-2">02/01/2022</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
creative agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Non-Profit Organization</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Director</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">Secretary</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
non-profit organization
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate company
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-12"> <h1 class="text-3xl font-bold mb-6 text-center">Educational Institution</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Course</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Fee</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Computer Science</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$50,000</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Business Administration</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$55,000</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Psychology</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$60,000</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
education institution
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Architecture Projects</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Location</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Architect</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Location 1</td> <td class="border px-4 py-2">Year 1</td> <td class="border px-4 py-2">Architect 1</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
architecture firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Non-Profit Organization</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-pink-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Director</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">Secretary</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
non-profit organization
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Food Truck Directory</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-blue-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Location</th> <th class="px-4 py-2">Specialty</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Truck 1</td> <td class="border px-4 py-2">Location 1</td> <td class="border px-4 py-2">Specialty 1</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Truck 2</td> <td class="border px-4 py-2">Location 2</td> <td class="border px-4 py-2">Specialty 2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
food truck business
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-12"> <h1 class="text-3xl font-bold mb-6 text-center">Educational Institution</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Course</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Fee</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Computer Science</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$50,000</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Business Administration</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$55,000</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Psychology</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$60,000</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
education institution
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Design Studio</h1> <table class="table-auto w-full"> <thead> <tr> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Role</th> <th class="px-4 py-2">Experience</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Designer</td> <td class="border px-4 py-2">5 years</td> </tr> <!-- Repeat the above row for 9 more employees --> <tr> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">Art Director</td> <td class="border px-4 py-2">10 years</td> </tr> <!-- Repeat the above row for 9 more employees --> </tbody> </table> </div> </body> </html>
design studio
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Financial Services Firm</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-yellow-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">CEO</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Repeat the above row for 9 more employees --> <tr class="bg-white"> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">CFO</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Repeat the above row for 9 more employees --> </tbody> </table> </div> </body> </html>
financial services firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-pink-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> <th class="px-4 py-2">Square Feet</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> <td class="border px-4 py-2">2,000</td> </tr> <!-- Repeat the above row for 9 more listings --> <tr class="bg-white"> <td class="border px-4 py-2">456 Oak St</td> <td class="border px-4 py-2">$600,000</td> <td class="border px-4 py-2">4</td> <td class="border px-4 py-2">2.5</td> <td class="border px-4 py-2">2,500</td> </tr> <!-- Repeat the above row for 9 more listings --> </tbody> </table> </div> </body> </html>
real estate listings site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Title</th> <th class="px-4 py-2">Author</th> <th class="px-4 py-2">Date</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Blog Post 1</td> <td class="border px-4 py-2">Author 1</td> <td class="border px-4 py-2">01/01/2020</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Blog Post 2</td> <td class="border px-4 py-2">Author 2</td> <td class="border px-4 py-2">02/01/2020</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
personal blog
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-12"> <h1 class="text-3xl font-bold mb-6">Fashion House Products</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Availability</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">In Stock</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">Out of Stock</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fashion house
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full text-left table-auto"> <thead> <tr> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Client</th> <th class="px-4 py-2">Status</th> <th class="px-4 py-2">Deadline</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Client 1</td> <td class="border px-4 py-2">In Progress</td> <td class="border px-4 py-2">01/01/2022</td> </tr> <tr class="bg-gray-200"> <td class="border px-4 py-2">Project 2</td> <td class="border px-4 py-2">Client 2</td> <td class="border px-4 py-2">Completed</td> <td class="border px-4 py-2">02/01/2022</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
creative agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Financial Institution</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-yellow-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Account Number</th> <th class="px-4 py-2">Balance</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">123456789</td> <td class="border px-4 py-2">$1000</td> </tr> <!-- Repeat the above row for 9 more customers --> <tr class="bg-white"> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">987654321</td> <td class="border px-4 py-2">$2000</td> </tr> <!-- Repeat the above row for 9 more customers --> </tbody> </table> </div> </body> </html>
financial institution
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-12"> <h1 class="text-3xl font-bold mb-6 text-center">Educational Institution</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-500 text-white"> <th class="px-4 py-2">Course</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Fee</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Computer Science</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$50,000</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Business Administration</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$55,000</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Psychology</td> <td class="border px-4 py-2">4 years</td> <td class="border px-4 py-2">$60,000</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
education institution
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Healthcare Provider</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-pink-500 text-white"> <th class="px-4 py-2">Doctor Name</th> <th class="px-4 py-2">Specialty</th> <th class="px-4 py-2">Hospital</th> <th class="px-4 py-2">Contact</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Dr. John Doe</td> <td class="border px-4 py-2">Cardiology</td> <td class="border px-4 py-2">General Hospital</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
healthcare provider
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Tech Startups</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Industry</th> <th class="px-4 py-2">Founded</th> <th class="px-4 py-2">Headquarters</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Apple</td> <td class="border px-4 py-2">Technology</td> <td class="border px-4 py-2">1976</td> <td class="border px-4 py-2">Cupertino, California, U.S.</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Amazon</td> <td class="border px-4 py-2">E-commerce</td> <td class="border px-4 py-2">1994</td> <td class="border px-4 py-2">Seattle, Washington, U.S.</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Google</td> <td class="border px-4 py-2">Internet</td> <td class="border px-4 py-2">1998</td> <td class="border px-4 py-2">Mountain View, California, U.S.</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
tech startup
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Architecture Projects</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-yellow-500 text-white"> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Location</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Architect</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Location 1</td> <td class="border px-4 py-2">Year 1</td> <td class="border px-4 py-2">Architect 1</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
architecture firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Fitness Studio Schedule</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Day</th> <th class="px-4 py-2">Time</th> <th class="px-4 py-2">Class</th> <th class="px-4 py-2">Instructor</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Monday</td> <td class="border px-4 py-2">6:00 AM - 7:00 AM</td> <td class="border px-4 py-2">Yoga</td> <td class="border px-4 py-2">John Doe</td> </tr> <tr class="bg-gray-200"> <td class="border px-4 py-2">Tuesday</td> <td class="border px-4 py-2">7:00 AM - 8:00 AM</td> <td class="border px-4 py-2">Pilates</td> <td class="border px-4 py-2">Jane Doe</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fitness studio
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Brokerage</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-yellow-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate brokerage
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Non-Profit Organization</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Director</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">Secretary</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
non-profit organization
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-12"> <h2 class="text-3xl font-bold mb-4">Education Platform Courses</h2> <div class="w-full overflow-hidden rounded-lg shadow-xs"> <div class="w-full overflow-x-auto"> <table class="w-full"> <thead> <tr class="text-md font-semibold tracking-wide text-left text-gray-900 bg-gray-100 uppercase border-b border-gray-200"> <th class="px-4 py-3">Course Name</th> <th class="px-4 py-3">Instructor</th> <th class="px-4 py-3">Duration</th> <th class="px-4 py-3">Price</th> </tr> </thead> <tbody class="bg-white"> <tr class="text-gray-700"> <td class="px-4 py-3 border">Introduction to Computer Science</td> <td class="px-4 py-3 border">John Doe</td> <td class="px-4 py-3 border">12 weeks</td> <td class="px-4 py-3 border">$1000</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </div> </div> </body> </html>
education platform
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Fashion Retailer Products</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Availability</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">In Stock</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">Out of Stock</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fashion retailer
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full text-left table-auto"> <thead> <tr> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Client</th> <th class="px-4 py-2">Status</th> <th class="px-4 py-2">Deadline</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Client 1</td> <td class="border px-4 py-2">In Progress</td> <td class="border px-4 py-2">01/01/2022</td> </tr> <tr class="bg-gray-200"> <td class="border px-4 py-2">Project 2</td> <td class="border px-4 py-2">Client 2</td> <td class="border px-4 py-2">Completed</td> <td class="border px-4 py-2">02/01/2022</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
creative agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Educational Institution</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Course</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Computer Science</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Repeat the above row for 9 more students --> <tr class="bg-white"> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">Mathematics</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Repeat the above row for 9 more students --> </tbody> </table> </div> </body> </html>
educational institution
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Patient Records</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Patient Name</th> <th class="px-4 py-2">Age</th> <th class="px-4 py-2">Diagnosis</th> <th class="px-4 py-2">Treatment</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">45</td> <td class="border px-4 py-2">Flu</td> <td class="border px-4 py-2">Rest and fluid intake</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
healthcare
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-12"> <h1 class="text-3xl font-bold mb-6">Fashion Brand E-commerce Site</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Quantity</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">10</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">20</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
e-commerce site for a fashion brand
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Office</th> <th class="px-4 py-2">Age</th> <th class="px-4 py-2">Start date</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Tiger Nixon</td> <td class="border px-4 py-2">System Architect</td> <td class="border px-4 py-2">Edinburgh</td> <td class="border px-4 py-2">61</td> <td class="border px-4 py-2">2011/04/25</td> </tr> <!-- Repeat the above row for 9 more times --> <tr class="bg-white"> <td class="border px-4 py-2">Garrett Winters</td> <td class="border px-4 py-2">Accountant</td> <td class="border px-4 py-2">Tokyo</td> <td class="border px-4 py-2">63</td> <td class="border px-4 py-2">2011/07/25</td> </tr> <!-- Repeat the above row for 9 more times --> </tbody> </table> </div> </body> </html>
tech company site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Travel Packages</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Destination</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Book Now</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Paris</td> <td class="border px-4 py-2">7 Days</td> <td class="border px-4 py-2">$1,000</td> <td class="border px-4 py-2"><a href="#" class="text-red-500">Book Now</a></td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">New York</td> <td class="border px-4 py-2">5 Days</td> <td class="border px-4 py-2">$1,500</td> <td class="border px-4 py-2"><a href="#" class="text-red-500">Book Now</a></td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
travel agency site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Non-Profit Organization</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Director</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">Secretary</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
non-profit organization site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Our Projects</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Location</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Client</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Location 1</td> <td class="border px-4 py-2">2020</td> <td class="border px-4 py-2">Client 1</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Project 2</td> <td class="border px-4 py-2">Location 2</td> <td class="border px-4 py-2">2019</td> <td class="border px-4 py-2">Client 2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
architecture firm site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-12"> <h2 class="text-3xl font-bold mb-4">Courses</h2> <div class="w-full overflow-hidden rounded-lg shadow-xs"> <div class="w-full overflow-x-auto"> <table class="w-full"> <thead> <tr class="text-md font-semibold tracking-wide text-left text-gray-900 bg-gray-100 uppercase border-b border-gray-200"> <th class="px-4 py-3">Course Name</th> <th class="px-4 py-3">Instructor</th> <th class="px-4 py-3">Duration</th> <th class="px-4 py-3">Price</th> </tr> </thead> <tbody class="bg-white"> <tr class="text-gray-700"> <td class="px-4 py-3 border">Introduction to Computer Science</td> <td class="px-4 py-3 border">John Doe</td> <td class="px-4 py-3 border">10 weeks</td> <td class="px-4 py-3 border">$100</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </div> </div> </body> </html>
online education platform site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Architectural Firm Information</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Phone</th> <th class="px-4 py-2">Email</th> <th class="px-4 py-2">Website</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">123 Main St, Anytown, USA</td> <td class="border px-4 py-2">(123) 456-7890</td> <td class="border px-4 py-2">[email protected]</td> <td class="border px-4 py-2">www.johndoe.com</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
architectural firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Technology Startups</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Industry</th> <th class="px-4 py-2">Founded</th> <th class="px-4 py-2">Headquarters</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Apple</td> <td class="border px-4 py-2">Technology</td> <td class="border px-4 py-2">1976</td> <td class="border px-4 py-2">Cupertino, California, U.S.</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Amazon</td> <td class="border px-4 py-2">E-commerce</td> <td class="border px-4 py-2">1994</td> <td class="border px-4 py-2">Seattle, Washington, U.S.</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Alphabet</td> <td class="border px-4 py-2">Internet</td> <td class="border px-4 py-2">2015</td> <td class="border px-4 py-2">Mountain View, California, U.S.</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
technology startup
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Art Gallery</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Title</th> <th class="px-4 py-2">Artist</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Type</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">The Starry Night</td> <td class="border px-4 py-2">Vincent van Gogh</td> <td class="border px-4 py-2">1889</td> <td class="border px-4 py-2">Oil on canvas</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
art gallery
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Non-Profit Organization</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Director</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">Secretary</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
non-profit organization
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Agency</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Property</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">456 Oak St</td> <td class="border px-4 py-2">$600,000</td> <td class="border px-4 py-2">4</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">789 Maple St</td> <td class="border px-4 py-2">$700,000</td> <td class="border px-4 py-2">5</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full text-left table-auto"> <thead> <tr> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Client</th> <th class="px-4 py-2">Status</th> <th class="px-4 py-2">Deadline</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Client 1</td> <td class="border px-4 py-2">In Progress</td> <td class="border px-4 py-2">01/01/2022</td> </tr> <tr class="bg-gray-200"> <td class="border px-4 py-2">Project 2</td> <td class="border px-4 py-2">Client 2</td> <td class="border px-4 py-2">Completed</td> <td class="border px-4 py-2">02/01/2022</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
creative agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Educational Institution</h1> <table class="table-auto w-full"> <thead> <tr> <th class="px-4 py-2">Course Name</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Fee</th> <th class="px-4 py-2">Teacher</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">Mathematics</td> <td class="border px-4 py-2">2 Years</td> <td class="border px-4 py-2">$1000</td> <td class="border px-4 py-2">John Doe</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
educational institution
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Charity Organization</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Age</th> <th class="px-4 py-2">Location</th> <th class="px-4 py-2">Role</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">30</td> <td class="border px-4 py-2">New York</td> <td class="border px-4 py-2">Volunteer</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Smith</td> <td class="border px-4 py-2">28</td> <td class="border px-4 py-2">Los Angeles</td> <td class="border px-4 py-2">Event Coordinator</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Bob Johnson</td> <td class="border px-4 py-2">45</td> <td class="border px-4 py-2">Chicago</td> <td class="border px-4 py-2">Fundraiser</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
charity organization
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Health Care Providers</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Specialty</th> <th class="px-4 py-2">Location</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Dr. John Doe</td> <td class="border px-4 py-2">Cardiology</td> <td class="border px-4 py-2">New York</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Dr. Jane Smith</td> <td class="border px-4 py-2">Dermatology</td> <td class="border px-4 py-2">Los Angeles</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Dr. Bob Johnson</td> <td class="border px-4 py-2">Pediatrics</td> <td class="border px-4 py-2">Chicago</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
health care provider
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Marketing Agency Projects</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-500 text-white"> <th class="px-4 py-2">Client</th> <th class="px-4 py-2">Project</th> <th class="px-4 py-2">Status</th> <th class="px-4 py-2">Deadline</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Website Redesign</td> <td class="border px-4 py-2">In Progress</td> <td class="border px-4 py-2">01/01/2022</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
marketing agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Fashion Brand Products</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Availability</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">In Stock</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">Out of Stock</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fashion brand
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Architecture Projects</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Location</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Architect</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Location 1</td> <td class="border px-4 py-2">Year 1</td> <td class="border px-4 py-2">Architect 1</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
architecture firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Art Gallery</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Title</th> <th class="px-4 py-2">Artist</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Type</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">The Starry Night</td> <td class="border px-4 py-2">Vincent van Gogh</td> <td class="border px-4 py-2">1889</td> <td class="border px-4 py-2">Oil on canvas</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
art gallery
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Publishing Company Books</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Book Title</th> <th class="px-4 py-2">Author</th> <th class="px-4 py-2">Publisher</th> <th class="px-4 py-2">Year of Publication</th> <th class="px-4 py-2">Price</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Book 1</td> <td class="border px-4 py-2">Author 1</td> <td class="border px-4 py-2">Publisher 1</td> <td class="border px-4 py-2">2001</td> <td class="border px-4 py-2">$20</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
publishing company
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Patient Records</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-blue-500 text-white"> <th class="px-4 py-2">Patient Name</th> <th class="px-4 py-2">Age</th> <th class="px-4 py-2">Diagnosis</th> <th class="px-4 py-2">Treatment</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">45</td> <td class="border px-4 py-2">Flu</td> <td class="border px-4 py-2">Rest and fluid intake</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Smith</td> <td class="border px-4 py-2">50</td> <td class="border px-4 py-2">Asthma</td> <td class="border px-4 py-2">Inhaler</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
healthcare clinic
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Architectural Firm Information</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Phone</th> <th class="px-4 py-2">Email</th> <th class="px-4 py-2">Website</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">123 Main St, Anytown, USA</td> <td class="border px-4 py-2">(123) 456-7890</td> <td class="border px-4 py-2">[email protected]</td> <td class="border px-4 py-2">www.johndoe.com</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
architectural firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Tech Startups</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Industry</th> <th class="px-4 py-2">Founded</th> <th class="px-4 py-2">Headquarters</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Apple</td> <td class="border px-4 py-2">Technology</td> <td class="border px-4 py-2">1976</td> <td class="border px-4 py-2">Cupertino, California, U.S.</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Amazon</td> <td class="border px-4 py-2">E-commerce</td> <td class="border px-4 py-2">1994</td> <td class="border px-4 py-2">Seattle, Washington, U.S.</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Google</td> <td class="border px-4 py-2">Internet</td> <td class="border px-4 py-2">1998</td> <td class="border px-4 py-2">Mountain View, California, U.S.</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
tech startup
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full text-left table-auto"> <thead> <tr> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Client</th> <th class="px-4 py-2">Status</th> <th class="px-4 py-2">Deadline</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Client 1</td> <td class="border px-4 py-2">In Progress</td> <td class="border px-4 py-2">01/01/2022</td> </tr> <tr class="bg-gray-200"> <td class="border px-4 py-2">Project 2</td> <td class="border px-4 py-2">Client 2</td> <td class="border px-4 py-2">Completed</td> <td class="border px-4 py-2">02/01/2022</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
creative agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Nonprofit Organization</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Director</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Smith</td> <td class="border px-4 py-2">Secretary</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
nonprofit organization
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Brokerage</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Property</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">456 Oak St</td> <td class="border px-4 py-2">$600,000</td> <td class="border px-4 py-2">4</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">789 Maple St</td> <td class="border px-4 py-2">$700,000</td> <td class="border px-4 py-2">5</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate brokerage
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Art Gallery</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Artist Name</th> <th class="px-4 py-2">Artwork Title</th> <th class="px-4 py-2">Year Created</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Artist 1</td> <td class="border px-4 py-2">Artwork 1</td> <td class="border px-4 py-2">2020</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Artist 2</td> <td class="border px-4 py-2">Artwork 2</td> <td class="border px-4 py-2">2019</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
art gallery
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-blue-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Fashion Brand Products</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Availability</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">In Stock</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">Out of Stock</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fashion brand
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Health and Wellness Centers</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Phone Number</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Healthy Living Center</td> <td class="border px-4 py-2">123 Main St, Anytown, USA</td> <td class="border px-4 py-2">(123) 456-7890</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
health and wellness center
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Art Gallery</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Title</th> <th class="px-4 py-2">Artist</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Type</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">The Starry Night</td> <td class="border px-4 py-2">Vincent van Gogh</td> <td class="border px-4 py-2">1889</td> <td class="border px-4 py-2">Oil on canvas</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
art gallery
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Tour Operator</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Destination</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Book Now</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Paris</td> <td class="border px-4 py-2">7 Days</td> <td class="border px-4 py-2">$1000</td> <td class="border px-4 py-2"><a href="#" class="text-purple-500">Book Now</a></td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">New York</td> <td class="border px-4 py-2">5 Days</td> <td class="border px-4 py-2">$800</td> <td class="border px-4 py-2"><a href="#" class="text-purple-500">Book Now</a></td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
tour operator
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Creative Agency Projects</h1> <div class="overflow-x-auto"> <table class="w-full text-left"> <thead class="bg-gray-200"> <tr> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Client</th> <th class="px-4 py-2">Status</th> <th class="px-4 py-2">Deadline</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Client 1</td> <td class="border px-4 py-2">In Progress</td> <td class="border px-4 py-2">01/01/2022</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </div> </body> </html>
creative agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-12"> <h1 class="text-3xl font-bold mb-6">Fashion Brand E-commerce Site</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Quantity</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">10</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">20</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
e-commerce site for a fashion brand
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <table class="w-full table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Position</th> <th class="px-4 py-2">Office</th> <th class="px-4 py-2">Age</th> <th class="px-4 py-2">Start date</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Tiger Nixon</td> <td class="border px-4 py-2">System Architect</td> <td class="border px-4 py-2">Edinburgh</td> <td class="border px-4 py-2">61</td> <td class="border px-4 py-2">2011/04/25</td> </tr> <!-- Repeat the above row for 9 more times --> <tr class="bg-white"> <td class="border px-4 py-2">Garrett Winters</td> <td class="border px-4 py-2">Accountant</td> <td class="border px-4 py-2">Tokyo</td> <td class="border px-4 py-2">63</td> <td class="border px-4 py-2">2011/07/25</td> </tr> <!-- Repeat the above row for 9 more times --> </tbody> </table> </div> </body> </html>
tech company site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Travel Packages</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Destination</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Book Now</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Paris</td> <td class="border px-4 py-2">7 Days</td> <td class="border px-4 py-2">$1,000</td> <td class="border px-4 py-2"><a href="#" class="text-green-500">Book Now</a></td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">New York</td> <td class="border px-4 py-2">5 Days</td> <td class="border px-4 py-2">$1,500</td> <td class="border px-4 py-2"><a href="#" class="text-green-500">Book Now</a></td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
travel agency site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Design Studio</h1> <table class="table-auto w-full"> <thead> <tr> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Role</th> <th class="px-4 py-2">Email</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Designer</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">Art Director</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
design studio site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Our Team</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-indigo-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Role</th> <th class="px-4 py-2">Experience</th> <th class="px-4 py-2">Skills</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Software Developer</td> <td class="border px-4 py-2">5 years</td> <td class="border px-4 py-2">Java, Python, HTML, CSS</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
software development company site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Educational Institution</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Course Name</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Fee</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Computer Science</td> <td class="border px-4 py-2">4 Years</td> <td class="border px-4 py-2">$50,000</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Business Administration</td> <td class="border px-4 py-2">4 Years</td> <td class="border px-4 py-2">$55,000</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Physics</td> <td class="border px-4 py-2">3 Years</td> <td class="border px-4 py-2">$45,000</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
educational institution site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Art Gallery</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Artist Name</th> <th class="px-4 py-2">Artwork Title</th> <th class="px-4 py-2">Artwork Year</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Pablo Picasso</td> <td class="border px-4 py-2">Guernica</td> <td class="border px-4 py-2">1937</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Vincent van Gogh</td> <td class="border px-4 py-2">The Starry Night</td> <td class="border px-4 py-2">1889</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
art gallery site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Architectural Firm Projects</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-pink-500 text-white"> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Location</th> <th class="px-4 py-2">Year</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Location 1</td> <td class="border px-4 py-2">2020</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Project 2</td> <td class="border px-4 py-2">Location 2</td> <td class="border px-4 py-2">2021</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
architectural firm site
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Fashion Retailer Products</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-pink-500 text-white"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Availability</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">In Stock</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">Out of Stock</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fashion retailer
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-blue-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate agency
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Educational Institution</h1> <table class="table-auto w-full"> <thead> <tr> <th class="px-4 py-2">Course Name</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Fee</th> <th class="px-4 py-2">Teacher</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">Mathematics</td> <td class="border px-4 py-2">2 Years</td> <td class="border px-4 py-2">$1000</td> <td class="border px-4 py-2">John Doe</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
educational institution
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Health & Wellness Clinic</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Doctor</th> <th class="px-4 py-2">Specialty</th> <th class="px-4 py-2">Schedule</th> <th class="px-4 py-2">Contact</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Dr. John Doe</td> <td class="border px-4 py-2">Cardiology</td> <td class="border px-4 py-2">Monday, Wednesday, Friday</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Dr. Jane Smith</td> <td class="border px-4 py-2">Dermatology</td> <td class="border px-4 py-2">Tuesday, Thursday</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
health & wellness clinic
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Engineering Firm Team</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Role</th> <th class="px-4 py-2">Experience</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">Software Engineer</td> <td class="border px-4 py-2">5 years</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Jane Smith</td> <td class="border px-4 py-2">Project Manager</td> <td class="border px-4 py-2">10 years</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
engineering firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Art Gallery</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Artist Name</th> <th class="px-4 py-2">Artwork Title</th> <th class="px-4 py-2">Year Created</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Artist 1</td> <td class="border px-4 py-2">Artwork 1</td> <td class="border px-4 py-2">2020</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Artist 2</td> <td class="border px-4 py-2">Artwork 2</td> <td class="border px-4 py-2">2019</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
art gallery
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Fashion Company Products</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-purple-500 text-white"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Availability</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">In Stock</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">Out of Stock</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fashion company
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-blue-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate company
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Healthcare Company</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Doctor Name</th> <th class="px-4 py-2">Specialty</th> <th class="px-4 py-2">Contact Information</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Dr. John Doe</td> <td class="border px-4 py-2">Cardiology</td> <td class="border px-4 py-2">[email protected]</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Dr. Jane Smith</td> <td class="border px-4 py-2">Dermatology</td> <td class="border px-4 py-2">[email protected]</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
healthcare company
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Top 10 Movies</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Rank</th> <th class="px-4 py-2">Title</th> <th class="px-4 py-2">Director</th> <th class="px-4 py-2">Year</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">1</td> <td class="border px-4 py-2">The Shawshank Redemption</td> <td class="border px-4 py-2">Frank Darabont</td> <td class="border px-4 py-2">1994</td> </tr> <!-- Repeat the above tr for the remaining 9 movies --> </tbody> </table> </div> </body> </html>
entertainment company
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Construction Company Information</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-500 text-white"> <th class="px-4 py-2">Company Name</th> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Phone Number</th> <th class="px-4 py-2">Email</th> <th class="px-4 py-2">Website</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Construction Co.</td> <td class="border px-4 py-2">123 Main St, Anytown, USA</td> <td class="border px-4 py-2">(123) 456-7890</td> <td class="border px-4 py-2">[email protected]</td> <td class="border px-4 py-2">www.constructionco.com</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
construction company
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Tech Startups</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Industry</th> <th class="px-4 py-2">Founded</th> <th class="px-4 py-2">Headquarters</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Apple</td> <td class="border px-4 py-2">Technology</td> <td class="border px-4 py-2">1976</td> <td class="border px-4 py-2">Cupertino, California, U.S.</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Amazon</td> <td class="border px-4 py-2">E-commerce</td> <td class="border px-4 py-2">1994</td> <td class="border px-4 py-2">Seattle, Washington, U.S.</td> </tr> <tr class="bg-white"> <td class="border px-4 py-2">Google</td> <td class="border px-4 py-2">Internet</td> <td class="border px-4 py-2">1998</td> <td class="border px-4 py-2">Mountain View, California, U.S.</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
tech startup
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Architecture Projects</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-500 text-white"> <th class="px-4 py-2">Project Name</th> <th class="px-4 py-2">Location</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Architect</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Project 1</td> <td class="border px-4 py-2">Location 1</td> <td class="border px-4 py-2">Year 1</td> <td class="border px-4 py-2">Architect 1</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
architecture firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Art Gallery</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-gray-200"> <th class="px-4 py-2">Title</th> <th class="px-4 py-2">Artist</th> <th class="px-4 py-2">Year</th> <th class="px-4 py-2">Type</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">The Starry Night</td> <td class="border px-4 py-2">Vincent van Gogh</td> <td class="border px-4 py-2">1889</td> <td class="border px-4 py-2">Oil on canvas</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
art gallery
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-green-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Education Courses</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-pink-500 text-white"> <th class="px-4 py-2">Course Name</th> <th class="px-4 py-2">Duration</th> <th class="px-4 py-2">Fee</th> <th class="px-4 py-2">Start Date</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Introduction to Computer Science</td> <td class="border px-4 py-2">12 weeks</td> <td class="border px-4 py-2">$1000</td> <td class="border px-4 py-2">January 1, 2023</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
education company
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Law Firm Information</h1> <table class="table-auto w-full"> <thead> <tr> <th class="px-4 py-2">Name</th> <th class="px-4 py-2">Email</th> <th class="px-4 py-2">Phone</th> </tr> </thead> <tbody> <tr> <td class="border px-4 py-2">John Doe</td> <td class="border px-4 py-2">[email protected]</td> <td class="border px-4 py-2">123-456-7890</td> </tr> <tr> <td class="border px-4 py-2">Jane Doe</td> <td class="border px-4 py-2">[email protected]</td> <td class="border px-4 py-2">098-765-4321</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
law firm
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Fashion Retailer Products</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-blue-500 text-white"> <th class="px-4 py-2">Product Name</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Availability</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">Product 1</td> <td class="border px-4 py-2">$100</td> <td class="border px-4 py-2">In Stock</td> </tr> <tr class="bg-gray-100"> <td class="border px-4 py-2">Product 2</td> <td class="border px-4 py-2">$200</td> <td class="border px-4 py-2">Out of Stock</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
fashion retailer
<html> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> <body class="bg-gray-100"> <div class="container mx-auto px-4 py-8"> <h1 class="text-3xl font-bold mb-4">Real Estate Listings</h1> <table class="w-full text-left table-auto"> <thead> <tr class="bg-red-500 text-white"> <th class="px-4 py-2">Address</th> <th class="px-4 py-2">Price</th> <th class="px-4 py-2">Bedrooms</th> <th class="px-4 py-2">Bathrooms</th> </tr> </thead> <tbody> <tr class="bg-white"> <td class="border px-4 py-2">123 Main St</td> <td class="border px-4 py-2">$500,000</td> <td class="border px-4 py-2">3</td> <td class="border px-4 py-2">2</td> </tr> <!-- Add more rows as needed --> </tbody> </table> </div> </body> </html>
real estate firm