CS 1 Practical MS
CS 1 Practical MS
An <!DOCTYPE html>
s <html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Software Development Company</title>
<style>
body {
font-family: Arial, sans-serif;
}
.marquee {
font-size: 20px;
color: #000;
background-color: #f4f4f4;
padding: 10px;
}
table {
width: 80%;
margin: 20px auto;
border-collapse: collapse;
}
table, th, td {
border: 1px solid #ddd;
}
th, td {
padding: 10px;
text-align: center;
}
th {
background-color: #f2f2f2;
}
img {
width: 200px;
height: 150px;
}
</style>
</head>
<body>
</body>
</html>
Output:
<!-- Paragraphs with different text colors, styles, and alignment -->
<p class="red-text">XYZ Software Development Company is dedicated to
creating innovative solutions that drive the future of technology. Our team
works tirelessly to deliver cutting-edge software products.</p>
</body>
</html>
Output: