Assessment
Assessment
<html>
<head>
<title>SSDC</title>
<style>
body {
background-color: blue;
color: white;
.title {
font-size: 20px;
font-weight: bold;
text-align: center;
text-decoration: underline;
margin-top: 20px;}
.courses {
margin-top: 20px;
font-style: italic;
text-align: left;}
.course-group {
margin: 10px 0;
padding: 10px;
border-radius: 5px;
background-color: #0056b3;}
font-size: 18px;
color: yellow;
overflow: hidden;
white-space: nowrap; }
.news marquee {
font-weight: bold; }
</style>
</head> <body>
<div class="title">SSDC</div>
<h2 class="courses">Courses</h2>
<div class="course-group">
<p>Group 1:</p>
<ul>
<li>Web Development</li>
<li>Data Science</li>
<li>Cyber Security</li>
</ul> </div>
<div class="course-group">
<p>Group 2:</p>
<ul>
<li>Artificial Intelligence</li>
<li>Cloud Computing</li>
Output:
Assessment 2
<html>
<head> <title>Resume</title>
<style>
body {
margin: 20px;
line-height: 1.5;}
.header {
display: flex;
justify-content: space-between;
align-items: center;}
.contact-info {
text-align: left;}
.contact-info p {
.photo {
width: 100px;
height: 100px;
border-radius: 5px;
overflow: hidden;}
.photo img {
width: 100%;
height: 100%;
object-fit: cover;}
padding-bottom: 5px;
margin-bottom: 10px;}
.section {
margin-bottom: 20px;}
.section h3 {
margin-bottom: 10px;
font-size: 1.2em;
text-decoration: underline;}
ul {
margin: 0;
padding: 0;
list-style: none;}
ul li {
margin-bottom: 5px;}
</style>
</head>
<body>
<div class="header">
<div class="contact-info">
<p><strong>Email:</strong> [email protected]</p>
<p><strong>Phone:</strong> +123-456-7890</p>
</div>
<div class="photo">
</div>
</div>
<div class="section">
<h2>Education</h2>
<ul>
</ul>
</div>
<div class="section">
<h2>Work Experience</h2>
<ul>
</ul>
</div>
<div class="section">
<h2>Skills</h2>
<ul>
</ul> </div>
<div class="section">
Output:
Assessment 3
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Assessment Webpage</title>
</head>
<body>
<img src="C:\Users\udayk\OneDrive\Pictures\Screenshots\aesthetic-spider-man-in-flight-desktop-wallpaper-
preview.jpg/150" alt="Logo" style="width:150px;height:auto;">
Welcome to My Website
</h1> <ul>
</ul> <marquee>
<img src="C:\Users\udayk\OneDrive\Pictures\Screenshots\aesthetic-spider-man-in-flight-desktop-
wallpaper-preview.jpg/150" alt="Scrolling Image" style="width:150px;height:auto;">
Output:
Assessment 4
<html lang="en">
<head>
<meta charset="UTF-8">
line-height: 1.5;
margin: 20px;}
margin-bottom: 5px;
font-weight: bold; }
width: 100%;
padding: 8px;
margin-bottom: 15px;
border-radius: 5px; }
.radio-group, .checkbox-group {
margin-bottom: 15px;}
display: inline-block;
margin-right: 20px;}
.submit-button {
background-color: #00698f;
color: white;
border: none;
cursor: pointer;
border-radius: 5px; }
.submit-button:hover {
background-color: #005f75;}
width: 100%;
border-collapse: collapse;
margin-top: 10px; }
text-align: left;}
th { background-color: #f4f4f4;}
<h2>Special Equipments</h2>
<table> <tr>
<th>Equipment Name</th>
<th>Specification</th>
</tr> <tr>
</tr> <tr>
<td>Weapons System</td>
</tr> <tr>
<td>Instruments - Aircraft</td>
<td>175lbs @ 9 SROS</td>
</tr>
</table>
<h2>Specifications Performance</h2>
<table>
<tr>
<th>Feature</th>
<th>Details</th>
</tr> <tr>
<td>Torque</td>
</tr> <tr>
<td>Top Speed</td>
<td>Unknown</td>
</tr> <tr>
<td>Wheel Base</td>
<td>141.12 in</td>
</tr> <tr>
<td>Length</td>
<td>300.5 in</td>
</tr> <tr>
<td>Width</td>
<td>100.0 in</td>
</tr> <tr>
<td>Height</td>
<td>200.25 in</td>
</tr> <tr>
<td>Wheels</td>
</tr> <tr>
<td>Fuel Required</td>
</tr>
</table>
<h2>Feedback Form</h2>
<form>
<label for="name">Name:</label>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="password">Password:</label>
<div class="checkbox-group">
</div>
<div class="radio-group">
</div>
</select>