Here’s a structured HTML table with proper styling, providing an overview of the COMP SMP Minecraft server, including key features, gameplay mechanics, community aspects, and an extensive FAQ section.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COMP SMP Overview</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 20px;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
background-color: #fff;
}
th, td {
padding: 15px;
text-align: left;
border: 1px solid #ddd;
}
th {
background-color: #4CAF50;
color: white;
}
h1 {
text-align: center;
color: #333;
}
.faq-section {
margin-top: 30px;
}
.faq-question {
font-weight: bold;
margin: 10px 0 5px;
}
</style>
</head>
<body>
<h1>COMP SMP Overview</h1>
<table>
<tr>
<th>Feature</th>
<th>Description</th>
</tr>
<tr>
<td>Server Name</td>
<td>COMP SMP</td>
</tr>
<tr>
<td>Current Version</td>
<td>Minecraft 1.21.1</td>
</tr>
<tr>
<td>Server Location</td>
<td>Singapore Node</td>
</tr>
<tr>
<td>Player Capacity</td>
<td>50 Players</td>
</tr>
<tr>
<td>Performance</td>
<td>Zero lag, fully optimized server software from Sparked Host</td>
</tr>
<tr>
<td>Gameplay Style</td>
<td>PvP Oriented with Team vs Team battles</td>
</tr>
<tr>
<td>Community Focus</td>
<td>Player-first mindset, active and friendly staff</td>
</tr>
<tr>
<td>Unique Features</td>
<td>Tons of custom features for skill expression</td>
</tr>
<tr>
<td>Join Us</td>
<td><a href="https://discord.gg/vc2naY9Nkp" target="_blank">Join our Discord</a></td>
</tr>
<tr>
<td>Server IP</td>
<td>comps2.mysrv.us</td>
</tr>
</table>
<div class="faq-section">
<h2>Frequently Asked Questions (FAQ)</h2>
<div class="faq-question">1. How do I join the server?</div>
<div>To join, simply enter the server IP <strong>comps2.mysrv.us</strong> in your Minecraft client.</div>
<div class="faq-question">2. What version of Minecraft is required?</div>
<div>You need to be using Minecraft version 1.21.1 to connect to our server.</div>
<div class="faq-question">3. Are there any rules I should be aware of?</div>
<div>Yes, we have community guidelines to ensure a friendly environment. Please check our Discord for more details.</div>
<div class="faq-question">4. Can I suggest features for the server?</div>
<div>Absolutely! We welcome player feedback and suggestions. You can share your ideas in our Discord channel.</div>
<div class="faq-question">5. Is there a community or events?</div>
<div>Yes, we regularly host community events and competitions. Join our Discord for updates!</div>
</div>
</body>
</html>
This HTML code provides a comprehensive overview of the COMP SMP Minecraft server, complete with a structured table and an FAQ section. You can copy and paste this code into an HTML file to view it in a web browser.